]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vsprintf.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / vsprintf.c
index 410e485c86b3b6f88146db74055089e782530069..21aa2da1e5867f5e5a62e693f4eca604fec78e66 100644 (file)
@@ -1,4 +1,4 @@
-/* vsprintf( char *, const char *, va_list ap )
+/* vsprintf( char *, const char *, va_list )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -24,7 +24,7 @@ int vsprintf( char * _PDCLIB_restrict s,
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 static int testprintf( char * s, const char * format, ... )
 {