Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | cls_struct_combined |
Typedefs | |
typedef struct cls_struct_combined | cls_struct_combined |
Functions | |
void | cls_struct_combined_fn (struct cls_struct_combined arg) |
static void | cls_struct_combined_gn (ffi_cif *cif __UNUSED__, void *resp __UNUSED__, void **args, void *userdata __UNUSED__) |
int | main (void) |
typedef struct cls_struct_combined cls_struct_combined |
void cls_struct_combined_fn | ( | struct cls_struct_combined | arg | ) |
Definition at line 17 of file testclosure.c.
References cls_struct_combined::a, cls_struct_combined::b, cls_struct_combined::c, and cls_struct_combined::d.
Referenced by cls_struct_combined_gn().
|
static |
Definition at line 26 of file testclosure.c.
References cls_struct_combined_fn().
Referenced by main().
int main | ( | void | ) |
Definition at line 37 of file testclosure.c.
References CHECK, cls_struct_combined_gn(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), ffi_type_void, and NULL.