Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Structures | Typedefs | Functions
nested_struct3.c File Reference
#include "ffitest.h"

Go to the source code of this file.

Data Structures

struct  A
 
struct  B
 

Typedefs

typedef struct A A
 
typedef struct B B
 

Functions

B B_fn (struct A b0, struct B b1)
 
int main (void)
 

Typedef Documentation

◆ A

typedef struct A A

◆ B

typedef struct B B

Function Documentation

◆ B_fn()

B B_fn ( struct A  b0,
struct B  b1 
)

Definition at line 22 of file nested_struct3.c.

Referenced by main().

◆ main()

int main ( void  )