home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Include / sprintf.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  309b  |  18 lines

  1. /* $Id: sprintf.h,v 1.2 2002/04/26 23:09:02 smilcke Exp $ */
  2.  
  3. /* IPRINTF.H
  4.  
  5.    MODIFICATION HISTORY
  6.    DATE       PROGRAMMER   COMMENT
  7.    25-Nov-96  Timur Tabi   Creation
  8. */
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14. int sprintf(char *Buffer,const char *psz , ...);
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif