home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / tools / TIAsm / tiasm.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  136 b   |  11 lines

  1. #ifdef    __TIASM__
  2. #define    S
  3. #else
  4. #define    S    extern
  5. #endif
  6.  
  7. #include <stdio.h>
  8.  
  9. S    char    *inname,*outname,*listname;
  10. S    FILE    *in,*out,*list;
  11.