Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Functions | |
static void | dummy_fn (ffi_cif *cif __UNUSED__, void *resp __UNUSED__, void **args __UNUSED__, void *userdata __UNUSED__) |
int | main (void) |
|
static |
Definition at line 12 of file err_bad_abi.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 16 of file err_bad_abi.c.
References CHECK, dummy_fn(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), ffi_type_void, and NULL.