Go to the source code of this file.
|
struct | A |
|
struct | B |
|
struct | C |
|
|
typedef struct A | A |
|
typedef struct B | B |
|
typedef struct C | C |
|
◆ B_fn()
static B B_fn |
( |
struct A |
b2, |
|
|
struct B |
b3, |
|
|
struct C |
b4 |
|
) |
| |
|
static |
◆ B_gn()
static void B_gn |
( |
ffi_cif *cif |
__UNUSED__, |
|
|
void * |
resp, |
|
|
void ** |
args, |
|
|
void *userdata |
__UNUSED__ |
|
) |
| |
|
static |
◆ main()
Definition at line 58 of file nested_struct10.c.
References A::a, A::b, B_fn(), B_gn(), CHECK, C::d, C::e, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), ffi_type_uchar, NULL, B::x, B::y, and B::z.