memory locations should not outlive executions
[c11tester.git] / printf.h
index f779cd24612cb4432c98731ee0cb70b8ef554826..e8193c8d2431ba6bbf3eb816078a80ce3a0064fb 100644 (file)
--- a/printf.h
+++ b/printf.h
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
 // copies of the Software, and to permit persons to whom the Software is\r
 // furnished to do so, subject to the following conditions:\r
-// \r
+//\r
 // The above copyright notice and this permission notice shall be included in\r
 // all copies or substantial portions of the Software.\r
-// \r
+//\r
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
@@ -46,7 +46,7 @@ extern "C" {
  * This function is declared here only. You have to write your custom implementation somewhere\r
  * \param character Character to output\r
  */\r
-void _putchar(char character);\r
+//void _putchar(char character);\r
 \r
 \r
 /**\r
@@ -109,4 +109,4 @@ int fctprintf(void (*out)(char character, void* arg), void* arg, const char* for
 #endif\r
 \r
 \r
-#endif  // _PRINTF_H_\r
+#endif // _PRINTF_H_\r