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

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 16 of file strlen4.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,
int  i 
)
static

Definition at line 11 of file strlen4.c.

References strlen().

Referenced by main().