home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / CreativeComputers.iso / shareware / management / tasky_1.0 / source / sprintf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-17  |  149 b   |  6 lines

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