Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | test_structure_1 |
Functions | |
static test_structure_1 | struct1 (test_structure_1 ts) |
int | main (void) |
int main | ( | void | ) |
Definition at line 20 of file uninitialized.c.
References CHECK, test_structure_1::d, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_type_uchar, free(), malloc, MAX_ARGS, NULL, struct1(), test_structure_1::uc, and test_structure_1::ui.
|
static |
Definition at line 11 of file uninitialized.c.
References test_structure_1::d, test_structure_1::uc, and test_structure_1::ui.
Referenced by main().