????? HELP!!! what is wring with this code? ???????

Ron Natalie ron at ron.rutgers.edu
Fri Oct 7 11:52:47 AEST 1988


The error is a warning.  "Strtok" is not declared anywhere and
hence is assumed to return integer.  You stuff it in a char
pointer.  The C compiler is trying to help you write portable
code.

-Ron



More information about the Comp.std.c mailing list