Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Functions | |
void * | cls_pointer_fn (void *a1, void *a2) |
static void | cls_pointer_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
void* cls_pointer_fn | ( | void * | a1, |
void * | a2 | ||
) |
Definition at line 10 of file cls_pointer.c.
References result.
Referenced by cls_pointer_gn(), and main().
|
static |
int main | ( | void | ) |
Definition at line 32 of file cls_pointer.c.
References CHECK, cls_pointer_fn(), cls_pointer_gn(), ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), and NULL.