From: "Simcole" Newsgroups: comp.os.msdos.djgpp Subject: Basic CS C question! Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Wed, 05 Feb 2003 23:51:20 GMT NNTP-Posting-Host: 65.33.76.43 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.tampabay.rr.com 1044489080 65.33.76.43 (Wed, 05 Feb 2003 18:51:20 EST) NNTP-Posting-Date: Wed, 05 Feb 2003 18:51:20 EST Organization: RoadRunner - Central Florida To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm taking a class and need clarafication and an example if someone can help possibly? http://students.db.erau.edu/~bethelmd/cs344projects/project3Sp2003.html #4: "Write a new version of strtok called estrtok which treats the occurrence of consecutive delimiters as an empty token rather than as no token. The prototype for estrtok is char *estrtok(char *s1, const char *s2); Test the function to make sure that it works correctly. " What does this mean and how would I write such a function? Anyhelp I can get would be great.