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

Go to the source code of this file.

Functions

static size_t ABI_ATTR my_f (char *s, float a)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 16 of file strlen2.c.

References ABI_NUM, CHECK, ffi_call(), ffi_prep_cif(), MAX_ARGS, and my_f().

◆ my_f()

static size_t ABI_ATTR my_f ( char *  s,
float  a 
)
static

Definition at line 11 of file strlen2.c.

References strlen().

Referenced by main().