Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Functions
strstr.c File Reference
#include "ruby/missing.h"

Go to the source code of this file.

Functions

size_t strlen (const char *)
 
charstrstr (const char *haystack, const char *needle)
 

Function Documentation

◆ strlen()

size_t strlen ( const char )

Referenced by strstr().

◆ strstr()

char* strstr ( const char haystack,
const char needle 
)

Definition at line 8 of file strstr.c.

References strlen().