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

Go to the source code of this file.

Functions

static size_t ABI_ATTR my_strlen (char *s)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 15 of file strlen.c.

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

◆ my_strlen()

static size_t ABI_ATTR my_strlen ( char *  s)
static

Definition at line 10 of file strlen.c.

References strlen().

Referenced by main().