Xref: utzoo comp.lang.c:13172 comp.std.c:417 comp.lang.scheme.c:22 comp.unix.questions:9636 Path: utzoo!attcan!uunet!husc6!mailrus!purdue!decwrl!adobe!galaxy!burgett From: burgett@galaxy.COM (Michael Burgett) Newsgroups: comp.lang.c,comp.std.c,comp.lang.scheme.c,comp.unix.questions Subject: Re: ????? HELP!!! what is wring with this code? ??????? Message-ID: <4243@adobe.COM> Date: 7 Oct 88 14:48:52 GMT References: <456@mrsvr.UUCP> Sender: news@adobe.COM Lines: 20 In article <456@mrsvr.UUCP> ssa@mrsvr.UUCP (6607) writes: > > >"test.c", line 7: warning: illegal combination of pointer and integer, op = > > while((tokptr=strtok(strptr," \t")) != NULL ){ > > So, what is wrong??? in the copy of strings.h that we have here, strtok isn't declared, try adding a char *strtok(); just before main. ;-) Mike Burgett adobe!burgett@decwrl.dec.com