Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | my_ffi_struct |
Typedefs | |
typedef struct my_ffi_struct | my_ffi_struct |
Functions | |
my_ffi_struct | callee (struct my_ffi_struct a1, struct my_ffi_struct a2) |
void | stub (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
typedef struct my_ffi_struct my_ffi_struct |
my_ffi_struct callee | ( | struct my_ffi_struct | a1, |
struct my_ffi_struct | a2 | ||
) |
Definition at line 16 of file problem1.c.
References my_ffi_struct::a, my_ffi_struct::b, my_ffi_struct::c, and result.
int main | ( | void | ) |
Definition at line 43 of file problem1.c.
References my_ffi_struct::a, my_ffi_struct::b, my_ffi_struct::c, callee(), CHECK, f, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), NULL, and stub().
void stub | ( | ffi_cif *cif | __UNUSED__, |
void * | resp, | ||
void ** | args, | ||
void *userdata | __UNUSED__ | ||
) |