11 static int checking(
int a,
short b,
signed char c)
14 return (a < 0 && b < 0 && c < 0);
28 args[0] = &ffi_type_sint;
30 args[1] = &ffi_type_sshort;
37 &ffi_type_sint, args) == FFI_OK);
47 printf (
"%d vs %d\n", (
int)rint,
checking (si, ss, sc));
void ffi_call(ffi_cif *cif, void(*fn)(void), void *rvalue, void **avalue)
static int checking(int a, short b, signed char c)
ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes)