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

Go to the source code of this file.

Data Structures

struct  cls_struct_3byte_1
 

Typedefs

typedef struct cls_struct_3byte_1 cls_struct_3byte_1
 

Functions

cls_struct_3byte_1 cls_struct_3byte_fn1 (struct cls_struct_3byte_1 a1, struct cls_struct_3byte_1 a2)
 
static void cls_struct_3byte_gn1 (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__)
 
int main (void)
 

Typedef Documentation

◆ cls_struct_3byte_1

Function Documentation

◆ cls_struct_3byte_fn1()

cls_struct_3byte_1 cls_struct_3byte_fn1 ( struct cls_struct_3byte_1  a1,
struct cls_struct_3byte_1  a2 
)

Definition at line 17 of file cls_3byte2.c.

References cls_struct_3byte_1::a, cls_struct_3byte_1::b, and result.

Referenced by cls_struct_3byte_gn1(), and main().

◆ cls_struct_3byte_gn1()

static void cls_struct_3byte_gn1 ( ffi_cif *cif  __UNUSED__,
void *  resp,
void **  args,
void *userdata  __UNUSED__ 
)
static

Definition at line 31 of file cls_3byte2.c.

References cls_struct_3byte_fn1().

Referenced by main().

◆ main()

int main ( void  )