On Wed, Feb 27, 2013 at 12:47:57AM +0400, Alexander Sedov wrote: > It still conforms to C89/C99, which is the chosen standard for compiling > st according to default config.mk.
Taken from C99 standard: The strsep function was proposed as an enhanced replacement of strtok function. While this is a common extension, et is easy enough for a user provide this functionality, and it is unclear that an implementor can do a substantially better job; so, there was not sufficient support for adding this feature. >From man 3 strsep: CONFORMING TO 4.4BSD. And the standard used is POSIX (I doubt C99 admit 'read', 'write' or 'gettimeofday'), although we never have decided what version of POSIX... Best regards, Roberto E. Vargas Caballero