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

Go to the source code of this file.

Functions

static long long return_ll (int ll0, long long ll1, int ll2)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 15 of file return_ll1.c.

References CHECK, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), MAX_ARGS, PRIdLL, and return_ll().

◆ return_ll()

static long long return_ll ( int  ll0,
long long  ll1,
int  ll2 
)
static

Definition at line 10 of file return_ll1.c.

Referenced by main().