Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | A |
struct | B |
Typedefs | |
typedef struct A | A |
typedef struct B | B |
Functions | |
B | B_fn (struct A b0, struct B b1) |
static void | B_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
|
static |
int main | ( | void | ) |
Definition at line 50 of file nested_struct3.c.
References A::a, A::b, B_fn(), B_gn(), CHECK, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), ffi_type_uchar, NULL, B::x, and B::y.