Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
strstr_32.c File Reference
#include <linux/string.h>

Go to the source code of this file.

Functions

charstrstr (const char *cs, const char *ct)
 

Function Documentation

char* strstr ( const char cs,
const char ct 
)

strstr - Find the first substring in a NUL terminated string : The string to be searched : The string to search for

Definition at line 3 of file strstr_32.c.