5755479 [rkeene@sledge /home/rkeene/devel/cygwin-stuff/cyg-root/usr/include/sys]$ cat -n smallprint.h
 1 #ifndef _SYS_SMALLPRINT_H
 2 #define _SYS_SMALLPRINT_H
 3 
 4 #include <stdarg.h>
 5 
 6 #ifdef __cplusplus
 7 extern "C" {
 8 #endif
 9 
10 int __small_sprintf (char *__dst, const char *__fmt, ...);
11 int __small_vsprintf (char *__dst, const char *__fmt, va_list __ap);
12 
13 #ifdef __cplusplus
14 };
15 #endif
16 
17 #endif /* _SYS_SMALLPRINT_H */
5755480 [rkeene@sledge /home/rkeene/devel/cygwin-stuff/cyg-root/usr/include/sys]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-01-31 15:09:12