Ruby  2.4.2p198(2017-09-14revision59899)
Typedefs | Functions
cls_multi_uchar.c File Reference
#include "ffitest.h"
Include dependency graph for cls_multi_uchar.c:

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)
 
static void test_func_gn (ffi_cif *cif __UNUSED__, void *rval, void **avals, void *data __UNUSED__)
 
void test_func (ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, void *data __UNUSED__)
 
int main (void)
 

Typedef Documentation

◆ test_type

typedef unsigned char(* test_type) (unsigned char, unsigned char, unsigned char, unsigned char)

Definition at line 37 of file cls_multi_uchar.c.

Function Documentation

◆ main()

int main ( void  )

◆ test_func()

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.

◆ test_func_fn()

unsigned char test_func_fn ( unsigned char  a1,
unsigned char  a2,
unsigned char  a3,
unsigned char  a4 
)

Definition at line 10 of file cls_multi_uchar.c.

References result.

Referenced by main(), and test_func_gn().

◆ test_func_gn()

static void test_func_gn ( ffi_cif *cif  __UNUSED__,
void *  rval,
void **  avals,
void *data  __UNUSED__ 
)
static

Definition at line 23 of file cls_multi_uchar.c.

References test_func_fn().

Referenced by main().