Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Structures | Typedefs | Functions
problem1.c File Reference
#include "ffitest.h"

Go to the source code of this file.

Data Structures

struct  my_ffi_struct
 

Typedefs

typedef struct my_ffi_struct my_ffi_struct
 

Functions

my_ffi_struct callee (struct my_ffi_struct a1, struct my_ffi_struct a2)
 
void stub (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__)
 
int main (void)
 

Typedef Documentation

◆ my_ffi_struct

typedef struct my_ffi_struct my_ffi_struct

Function Documentation

◆ callee()

my_ffi_struct callee ( struct my_ffi_struct  a1,
struct my_ffi_struct  a2 
)

Definition at line 16 of file problem1.c.

Referenced by main(), and stub().

◆ main()

int main ( void  )

◆ stub()

void stub ( ffi_cif *cif  __UNUSED__,
void resp,
void **  args,
void *userdata  __UNUSED__ 
)

Definition at line 30 of file problem1.c.

References callee().

Referenced by main().