Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / mware / formatwr.h
index c7ea1a8b46b7d0cd2b15378264d635d7646d8230..bd66b7e7a3300c58c80abd24848ba4d1be136dd1 100644 (file)
@@ -38,7 +38,7 @@
 #ifndef MWARE_FORMATWR_H
 #define MWARE_FORMATWR_H
 
-#include <cfg/cfg_formatwr.h>
+#include "cfg/cfg_formatwr.h"
 
 #include <cpu/attr.h>    /* CPU_HARVARD */
 
@@ -68,7 +68,7 @@ _formatted_write(
        va_list ap);
 
 #if CPU_HARVARD
-       #include <mware/pgm.h>
+       #include <cpu/pgm.h>
        int _formatted_write_P(
                const char * PROGMEM format,
                void put_char_func(char c, void *user_data),
@@ -76,5 +76,9 @@ _formatted_write(
                va_list ap);
 #endif /* CPU_HARVARD */
 
+int sprintf_testSetup(void);
+int sprintf_testRun(void);
+int sprintf_testTearDown(void);
+
 #endif /* MWARE_FORMATWR_H */