Path: utzoo!utgpu!attcan!uunet!pdn!boake2!jc3b21!fgd3 From: fgd3@jc3b21.UUCP (Fabbian G. Dufoe) Newsgroups: comp.sys.amiga.tech Subject: Re: uucp / Amiga Summary: stpblk() docs. Keywords: Amiga uucp USENET Bill Loftus Manx Aztec source Message-ID: <451@jc3b21.UUCP> Date: 19 Aug 88 20:52:41 GMT References: <5236@killer.DALLAS.TX.US> Organization: St. Petersburg Jr. College, FL Lines: 33 In article <5236@killer.DALLAS.TX.US>, jdp@killer.DALLAS.TX.US (Jim Pritchett) writes: > For example, does anyone out there know what the function stpblk() function > does? What are it's arguments and return values? stpblk skips blanks (white space) SYNOPSIS #includeq = stpblk(p); char *q; /* updated string pointer */ char *p; /* string pointer */ DESCRIPTION This function advances the string pointer past white space characters, that is, past all the characters for which isspace is true. RETURNS The function returns a pointer to the next non white space character. Note that the null terminator byte is not considered to be white space, and so the function will not go past the end of the string. --Fabbian Dufoe 350 Ling-A-Mor Terrace South St. Petersburg, Florida 33705 813-823-2350 UUCP: ...codas!usfvax2!jc3b21!fgd3 ...uunet!pdn!jc3b21!fgd3