|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#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.
References my_ffi_struct::a, my_ffi_struct::b, and my_ffi_struct::c.
| int main | ( | void | ) |
Definition at line 43 of file problem1.c.
References my_ffi_struct::a, my_ffi_struct::b, my_ffi_struct::c, callee(), CHECK, f, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), g, NULL, and stub().
| void stub | ( | ffi_cif *cif | __UNUSED__, |
| void * | resp, | ||
| void ** | args, | ||
| void *userdata | __UNUSED__ | ||
| ) |