Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Typedefs | |
typedef float(* | cls_ret_float) (float) |
Functions | |
static void | cls_ret_float_fn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
typedef float(* cls_ret_float) (float) |
Definition at line 19 of file cls_float.c.
|
static |
Definition at line 10 of file cls_float.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 21 of file cls_float.c.
References CHECK, cls_ret_float_fn(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), and NULL.