Subversion Repositories freemyipod

Rev

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

Rev 72 Rev 111
Line 28... Line 28...
28
 
28
 
29
/* Faster looping by precalculating bl, bu, cl, cu before looping.
29
/* Faster looping by precalculating bl, bu, cl, cu before looping.
30
 * 2004 Apr 08 Jose Da Silva, digital@joescat@com */
30
 * 2004 Apr 08 Jose Da Silva, digital@joescat@com */
31
 
31
 
32
#include "global.h"
32
#include "global.h"
33
#include <string.h>
33
#include "string.h"
34
#include <ctype.h>
34
#include "libc/include/ctype.h"
35
 
35
 
36
typedef unsigned chartype;
36
typedef unsigned chartype;
37
 
37
 
38
char* strcasestr (const char* phaystack, const char* pneedle)
38
char* strcasestr (const char* phaystack, const char* pneedle)
39
{
39
{