Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | small_tag |
struct | large_tag |
Functions | |
static void | test_fn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
int main | ( | void | ) |
Definition at line 42 of file cls_struct_va1.c.
References small_tag::a, large_tag::a, small_tag::b, large_tag::b, large_tag::c, CHECK, large_tag::d, large_tag::e, FFI_DEFAULT_ABI, ffi_prep_cif_var(), ffi_prep_closure_loc(), ffi_type_uchar, NULL, and test_fn().
|
static |
Definition at line 27 of file cls_struct_va1.c.
References small_tag::a, large_tag::a, small_tag::b, large_tag::b, large_tag::c, large_tag::d, and large_tag::e.
Referenced by main().