#include <string.h>
#include "Strn.h"
Go to the source code of this file.
◆ Strntok()
Definition at line 80 of file Strntok.c.
81{
82 static char *
p =
NULL;
84 char *lim;
87
89 lim =
dst + tokenSize - 1;
90
93 } else {
96 return (-1);
97 }
98 }
99
103 break;
104 }
108 break;
109 }
112 }
115
116#if (STRN_ZERO_PAD == 1)
117
120#endif
121
123}
char * strchr(const char *String, int ch)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLenum GLuint GLenum GLsizei const GLchar * buf
◆ Strtok()
Definition at line 35 of file Strntok.c.
36{
37 static char *
p =
NULL;
39
42 } else {
45 }
49 break;
50 }
54 break;
55 }
56 }
58}