Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Functions | |
long double | cls_ldouble_fn (long double a1, long double a2, long double a3, long double a4, long double a5, long double a6, long double a7, long double a8) |
static void | cls_ldouble_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
long double cls_ldouble_fn | ( | long double | a1, |
long double | a2, | ||
long double | a3, | ||
long double | a4, | ||
long double | a5, | ||
long double | a6, | ||
long double | a7, | ||
long double | a8 | ||
) |
Definition at line 16 of file cls_longdouble.c.
Referenced by cls_ldouble_gn(), and main().
|
static |
int main | ( | void | ) |
Definition at line 51 of file cls_longdouble.c.
References CHECK, cls_ldouble_fn(), cls_ldouble_gn(), ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), and NULL.