Changeset 123 for trunk/src/emx/src/lib/str/strtok.c
- Timestamp:
- May 12, 2003, 12:48:43 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/src/lib/str/strtok.c (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/str/strtok.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r122 r123 12 12 #define next (tp->_th_strtok_ptr) 13 13 #else 14 static unsigned char *next = NULL;14 static unsigned char *next = NULL; 15 15 #endif 16 16 if (string1 != NULL) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
