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:
C/C++ Source or Header  |  1992-04-11  |  198 b   |  7 lines

  1. #ifndef SPRINTF_H
  2. #define SPRINTF_H
  3. /* prototype for Sprintf defined in sprintf.asm */
  4. void __stdargs SPrintf(char *, char *, ...);
  5. void __stdargs VSPrintf(char *, char *, void *);
  6. #endif SPRINTF_H
  7.