home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / compress / ppdata.lha / src / sprintf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-13  |  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.