Ruby  2.0.0p353(2013-11-22revision43784)
Functions
strstr.c File Reference
#include "ruby/missing.h"
Include dependency graph for strstr.c:

Go to the source code of this file.

Functions

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

Function Documentation

size_t strlen ( const char *  )

Referenced by strstr().

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

Definition at line 8 of file strstr.c.

References strlen().

Referenced by do_spawn(), load_file_internal(), and Messaging_HandleMessage().