Re: string splitting
Daniel Rudy <spamthis@spamt his.netwrites:
File a bug against the FreeBSD manpage then. It's wrong.
--
"It wouldn't be a new C standard if it didn't give a
new meaning to the word `static'."
--Peter Seebach on C99
Daniel Rudy <spamthis@spamt his.netwrites:
Now I'm not too up on what functions comprise the standard C library and
what doesn't, reading THIS man page you can see the cause of confusion:
>
STRTOK(3) FreeBSD Library Functions Manual
>
NAME
strtok, strtok_r -- string tokens
>
LIBRARY
Standard C Library (libc, -lc)
what doesn't, reading THIS man page you can see the cause of confusion:
>
STRTOK(3) FreeBSD Library Functions Manual
>
NAME
strtok, strtok_r -- string tokens
>
LIBRARY
Standard C Library (libc, -lc)
--
"It wouldn't be a new C standard if it didn't give a
new meaning to the word `static'."
--Peter Seebach on C99
Comment