URL
https://opencores.org/ocsvn/System09/System09/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 74 |
Rev 83 |
Line 167... |
Line 167... |
|
|
int GetToken() /* get another line and find token in it */
|
int GetToken() /* get another line and find token in it */
|
{ /* similar to make_pass() except one line at a time */
|
{ /* similar to make_pass() except one line at a time */
|
/* most variables & constants are global */
|
/* most variables & constants are global */
|
|
|
struct nlist *lookup();
|
|
|
|
#ifndef IBM
|
#ifndef IBM
|
if (FGETS(Line,MAXBUF-1,Fd) == (char *)NULL)
|
if (FGETS(Line,MAXBUF-1,Fd) == (char *)NULL)
|
#else
|
#else
|
if (fgets(Line,MAXBUF,Fd) == (char *)NULL)
|
if (fgets(Line,MAXBUF,Fd) == (char *)NULL)
|
#endif
|
#endif
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.