Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 113
Line 11... Line 11...
11
 * (from linux/lib/string.c)
11
 * (from linux/lib/string.c)
12
 *
12
 *
13
 ****************************************************************************/
13
 ****************************************************************************/
14
 
14
 
15
#include "global.h"
15
#include "global.h"
16
#include <string.h>
16
#include "include/string.h"
17
 
17
 
18
/**
18
/**
19
 * strstr - Find the first substring in a %NUL terminated string
19
 * strstr - Find the first substring in a %NUL terminated string
20
 * @s1: The string to be searched
20
 * @s1: The string to be searched
21
 * @s2: The string to search for
21
 * @s2: The string to search for