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

Go to the source code of this file.

Functions

static void dummy_fn (ffi_cif *cif __UNUSED__, void *resp __UNUSED__, void **args __UNUSED__, void *userdata __UNUSED__)
 
int main (void)
 

Function Documentation

◆ dummy_fn()

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

Definition at line 12 of file err_bad_abi.c.

Referenced by main().

◆ main()

int main ( void  )