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
location1.c (57B)
1
#123 "dummy.c" 1
2
3
static int func(void)
4
{
5
return 0;
6
}
7