Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Structures | Typedefs | Functions
nested_struct2.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_struct2.c.

References A::a, A::b, B::x, and B::y.

Referenced by main().

◆ main()

int main ( void  )