home *** CD-ROM | disk | FTP | other *** search
- /* $Id: sprintf.h,v 1.2 2002/04/26 23:09:02 smilcke Exp $ */
-
- /* IPRINTF.H
-
- MODIFICATION HISTORY
- DATE PROGRAMMER COMMENT
- 25-Nov-96 Timur Tabi Creation
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- int sprintf(char *Buffer,const char *psz , ...);
-
- #ifdef __cplusplus
- }
- #endif