RE: parse functions

From: Chemolli Francesco (USI) <ChemolliF@dont-contact.us>
Date: Tue, 30 Jan 2001 14:21:24 +0100

> + unsigned char *token = strtok(NULL, null_string);

The Linux manpage for strtok discourages greatly using
strtok. Is there any reason to favour it as opposed to strchr,
strpbrk, strstr or strsep?

-- 
	/kinkie 
Received on Tue Jan 30 2001 - 06:37:25 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:26 MST