Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
#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().