]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vsprintf.c
Temporary integration of _PDCLIB_print(), broken.
[pdclib.old] / functions / stdio / vsprintf.c
index 27e41d8cf715b01a14f4c4691968e695747a0d3c..c93f5cd38ac22f910c0497a09d45bc90b6ae4032 100644 (file)
@@ -12,7 +12,9 @@
 
 #ifndef REGTEST
 
-int vsprintf( char * str, const char * format, _PDCLIB_va_list arg )
+int foo = SIZE_MAX;
+
+int vsprintf( char * str, const char * format, va_list arg )
 {
     return vsnprintf( str, SIZE_MAX, format, arg );
 }