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

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 16 of file strlen3.c.

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

◆ my_f()

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

Definition at line 11 of file strlen3.c.

References strlen().

Referenced by main().