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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2006-10-19
|
136 b
|
11 lines
#ifdef __TIASM__
#define S
#else
#define S extern
#endif
#include <stdio.h>
S char *inname,*outname,*listname;
S FILE *in,*out,*list;