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