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

Go to the source code of this file.

Data Structures

struct  cls_struct_combined
 

Typedefs

typedef struct cls_struct_combined cls_struct_combined
 

Functions

void cls_struct_combined_fn (struct cls_struct_combined arg)
 
static void cls_struct_combined_gn (ffi_cif *cif __UNUSED__, void *resp __UNUSED__, void **args, void *userdata __UNUSED__)
 
int main (void)
 

Typedef Documentation

◆ cls_struct_combined

Function Documentation

◆ cls_struct_combined_fn()

void cls_struct_combined_fn ( struct cls_struct_combined  arg)

◆ cls_struct_combined_gn()

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

Definition at line 26 of file testclosure.c.

References cls_struct_combined_fn().

Referenced by main().

◆ main()

int main ( void  )