Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | my_ffi_struct |
Typedefs | |
typedef struct my_ffi_struct | my_ffi_struct |
Functions | |
my_ffi_struct | callee (struct my_ffi_struct a1, struct my_ffi_struct a2) |
void | stub (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
typedef struct my_ffi_struct my_ffi_struct |
my_ffi_struct callee | ( | struct my_ffi_struct | a1, |
struct my_ffi_struct | a2 | ||
) |
Definition at line 16 of file problem1.c.
Definition at line 43 of file problem1.c.
References my_ffi_struct::a, my_ffi_struct::b, my_ffi_struct::c, callee(), CHECK, exit(), f, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), NULL, printf(), and stub().