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

Go to the source code of this file.

Data Structures

struct  A
 
struct  B
 
struct  C
 

Typedefs

typedef struct A A
 
typedef struct B B
 
typedef struct C C
 

Functions

static B B_fn (struct A b2, struct B b3, struct C b4)
 
static void B_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__)
 
int main (void)
 

Typedef Documentation

◆ A

typedef struct A A

◆ B

typedef struct B B

◆ C

typedef struct C C

Function Documentation

◆ B_fn()

static B B_fn ( struct A  b2,
struct B  b3,
struct C  b4 
)
static

Definition at line 27 of file nested_struct8.c.

References A::a, A::b, C::d, C::e, result, B::x, and B::y.

Referenced by B_gn(), and main().

◆ B_gn()

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

Definition at line 43 of file nested_struct8.c.

References B_fn().

Referenced by main().

◆ main()

int main ( void  )