home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
andylib
/
h
/
tracker
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-10
|
174 b
|
19 lines
/* tracker.h */
#ifndef __tracker_h
#define __tracker_h
#ifdef __cplusplus
extern "C" {
#endif
void tracker_printf(char *fmt, ...);
#ifdef __cplusplus
}
#endif
#endif