OpenCores
URL https://opencores.org/ocsvn/System09/System09/trunk

Subversion Repositories System09

[/] [System09/] [trunk/] [Tools/] [as09/] [ifd.c] - Diff between revs 74 and 83

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.