]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_vcbprintf.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / _vcbprintf.c
index 0c950d5e0dd228b06737a1332710818c800a8e7b..bafe6aee93727cb25701b8e6d57046d6a05adfd0 100644 (file)
@@ -1,4 +1,4 @@
-/* vsnprintf( char *, size_t, const char *, va_list ap )
+/* vsnprintf( char *, size_t, 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.
@@ -9,7 +9,7 @@
 #include <stdbool.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 
 /* returns true if callback-based output succeeded; else false */
 static inline bool cbout(
@@ -86,7 +86,7 @@ int _vcbprintf(
 #define _PDCLIB_STRINGIO
 #include <stdint.h>
 #include <stddef.h>
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #ifndef REGTEST