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