Subversion Repositories Kolibri OS

Rev

Rev 6441 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6441 Rev 6443
Line 88... Line 88...
88
void perror ( const char * str );
88
void perror ( const char * str );
89
int vprintf ( const char * format, va_list arg );
89
int vprintf ( const char * format, va_list arg );
90
int vsprintf (char * s, const char * format, va_list arg );
90
int vsprintf (char * s, const char * format, va_list arg );
91
int vfprintf ( FILE * stream, const char * format, va_list arg );
91
int vfprintf ( FILE * stream, const char * format, va_list arg );
Line -... Line 92...
-
 
92
 
-
 
93
 
-
 
94
int tiny_sprintf (char * s, const char * format, ... );
-
 
95
int tiny_snprintf (char * s, size_t n, const char * format, ... );
-
 
96
int tiny_vsnprintf (char * s, size_t n, const char * format, va_list args );
-
 
97
// support %c, %s, %d, %x, %u, %% for 32-bit values only. no width specs, left align
-
 
98
// always zero-ended
92
 
99
 
93
extern int errno;
100
extern int errno;
94
/* errors codes from KOS, but minus */
101
/* errors codes from KOS, but minus */
Line 95... Line 102...
95
#ifndef E_SUCCESS
102
#ifndef E_SUCCESS