X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=printf.h;h=e8193c8d2431ba6bbf3eb816078a80ce3a0064fb;hb=HEAD;hp=f779cd24612cb4432c98731ee0cb70b8ef554826;hpb=67fd0674445ff7f815fd37e704779df42f1714d7;p=c11tester.git diff --git a/printf.h b/printf.h index f779cd24..e8193c8d 100644 --- a/printf.h +++ b/printf.h @@ -10,10 +10,10 @@ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: -// +// // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. -// +// // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -46,7 +46,7 @@ extern "C" { * This function is declared here only. You have to write your custom implementation somewhere * \param character Character to output */ -void _putchar(char character); +//void _putchar(char character); /** @@ -109,4 +109,4 @@ int fctprintf(void (*out)(char character, void* arg), void* arg, const char* for #endif -#endif // _PRINTF_H_ +#endif // _PRINTF_H_