Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Functions | |
static int | promotion (signed char sc, signed short ss, unsigned char uc, unsigned short us) |
int | main (void) |
int main | ( | void | ) |
Definition at line 17 of file promotion.c.
References CHECK, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_type_schar, ffi_type_uchar, MAX_ARGS, and promotion().
|
static |
Definition at line 9 of file promotion.c.
Referenced by main().