home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
634.lha
/
ppdata_v1.0
/
src.LZH
/
src
/
sprintf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-11
|
198 b
|
7 lines
#ifndef SPRINTF_H
#define SPRINTF_H
/* prototype for Sprintf defined in sprintf.asm */
void __stdargs SPrintf(char *, char *, ...);
void __stdargs VSPrintf(char *, char *, void *);
#endif SPRINTF_H