Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include "ffitest.h"
Go to the source code of this file.
Typedefs | |
typedef unsigned char(* | test_type) (unsigned char, unsigned char, unsigned char, unsigned char) |
Functions | |
unsigned char | test_func_fn (unsigned char a1, unsigned char a2, unsigned char a3, unsigned char a4) |
void | test_func (ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, void *data __UNUSED__) |
int | main (void) |
Definition at line 37 of file cls_multi_uchar.c.
Definition at line 47 of file cls_multi_uchar.c.
References CHECK, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), ffi_type_uchar, NULL, printf(), and test_func_fn().
void test_func | ( | ffi_cif *cif | __UNUSED__, |
void *rval | __UNUSED__, | ||
void ** | avals, | ||
void *data | __UNUSED__ | ||
) |
Definition at line 40 of file cls_multi_uchar.c.
References printf().