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
simple.c (31B)
1
int main(void) {
2
return 0;
3
}