Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site puff.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!scherzo!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!uwvax!puff!wirch
From: wirch@puff.UUCP
Newsgroups: net.sources.bugs
Subject: Problems with cxref program: stpchr(), iscsymf(), iscsym()
Message-ID: <524@puff.UUCP>
Date: Wed, 6-Nov-85 11:49:14 EST
Article-I.D.: puff.524
Posted: Wed Nov  6 11:49:14 1985
Date-Received: Fri, 8-Nov-85 21:44:04 EST
Distribution: net
Organization: U of Wisconsin CS Dept
Lines: 22

Even though the source said that the sort-of-C-cross-reference-symbol
generator should be compiled under Lattice C on a micro (that's sort of
a small mainframe, or a smaller VAX, for those of you in academia.)

Here are descriptions of the Lattice supplied functions that have
been generating errors for some of you:

char *p;
char *s;
char c;

p = stpchr(s,c)

searches for first occurence of c in s; NULL returned if not found.

iscsymf(c) is a macro, returns non-zero if c is a valid first character
for a C identifier, 0 if not.

iscsym(c) is a macro, returns non-zero if c is a valid character for
a C identifier, 0 if not.

Rick