Messages in this thread |  | | Date | Sat, 20 Jan 2001 23:28:51 +0100 | From | Andi Kleen <> |
| |
On Sat, Jan 20, 2001 at 04:58:56PM -0500, Sandy Harris wrote: > I suspect that I've misunderstood some constraint here. Perhaps the more complex > code you posted is necessary, but I'd like to know why.
strtok is not reentrant and cannot be nested this way without saving __strtok. strsep would work.
-Andi
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |