- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
4
stptok.h
4
stptok.h
@ -8,11 +8,9 @@
|
||||
** full, and will always leave the buffer null-terminated. It will
|
||||
** return a pointer to the first non-breaking character after the one
|
||||
** that stopped the scan.
|
||||
*/
|
||||
|
||||
*/
|
||||
#ifndef STPSTPTOK
|
||||
#define STPSTPTOK
|
||||
|
||||
char *stptok(const char *s, char *tok, size_t toklen, char *brk);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user