Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 20... Line 20...
20
 
20
 
21
#include "global.h"
21
#include "global.h"
22
 
22
 
23
#ifndef HAVE_STRTOK_R
23
#ifndef HAVE_STRTOK_R
24
#include <stddef.h>
24
#include <stddef.h>
25
#include <string.h>
25
#include "include/string.h"
26
 
26
 
27
char *
27
char *
28
strtok_r(char *ptr, const char *sep, char **end)
28
strtok_r(char *ptr, const char *sep, char **end)
29
{
29
{
30
    if (!ptr)
30
    if (!ptr)