ffi-clang
FORK: Ruby FFI bindings for my custom patched clang 8.0.
git clone
https://git.neptards.moe/neptards/ffi-clang.git
Log
|
Files
|
Refs
|
README
canonical.c (43B)
1
struct X;
2
struct X;
3
struct X {
4
int a;
5
};