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

Go to the source code of this file.

Data Structures

struct  small_tag
 
struct  large_tag
 

Functions

static struct small_tag test_fn (int n,...)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

◆ test_fn()

static struct small_tag test_fn ( int  n,
  ... 
)
static

Definition at line 29 of file va_struct2.c.

References small_tag::a, large_tag::a, small_tag::b, large_tag::b, large_tag::c, large_tag::d, and large_tag::e.

Referenced by main().