Packages

C(++) AST to elixir

Current section

Files

Jump to
cast test support c_example hello.h
Raw

test/support/c_example/hello.h

const int version = 1;
const char* app = "C example";
enum buddy {
world = 0,
planet,
universe
};
enum {
one = 1,
two,
three
};
const char* hello(int to);