summaryrefslogtreecommitdiffhomepage
path: root/samples/13_rust_extensions/01_basics/app/ext.h
blob: 6f7b750dcc797fc94395c7b84eff4fa21d300d83 (plain)
1
2
3
4
5
6
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>

int64_t square(int64_t x);