Allow printf macro

This commit is contained in:
Bill Greiman 2017-02-15 05:49:47 -08:00
parent bc32f5afdd
commit dc08d34d61

View file

@ -58,7 +58,7 @@ const uint8_t UNGETC_BUF_SIZE = 2;
#undef getchar
#undef gets
#undef perror
#undef printf
//#undef printf // NOLINT
#undef putc
#undef putchar
#undef puts