Subversion Repositories planix.SVN

Rev

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

Rev 87 Rev 102
Line 39... Line 39...
39
#endif
39
#endif
40
 
40
 
41
#ifdef _BSD_EXTENSION
41
#ifdef _BSD_EXTENSION
42
#include <bsd.h>
42
#include <bsd.h>
43
#endif
43
#endif
-
 
44
 
-
 
45
/* C90 extensions */
-
 
46
char * strsep(char **stringp, const char *delim);
-
 
47
 
44
 
48
 
45
#ifdef __cplusplus
49
#ifdef __cplusplus
46
}
50
}
47
#endif
51
#endif
48
 
52