home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncftp-2.3.0-base.tgz / ncftp-2.3.0-base.tar / contrib / ncftp / Cpp.h < prev    next >
C/C++ Source or Header  |  1995-03-07  |  99b  |  9 lines

  1. /* Cpp.h */
  2.  
  3. typedef struct CppSymbol {
  4.     char *name;
  5.     int symType;
  6.     long l;
  7.     char *s;
  8. } CppSymbol;
  9.