Eliminate all of the console output message

colin colin at realtek.com.tw
Tue Sep 26 02:40:42 PDT 2006


Hi there,
I am trying to eliminate all of the console output message of the embedded
application.
What I do is like this:
    #define puts do { } while (0)

printf and putchar will also be replaced by this way.
Is it safe to do this?

Regards,
Colin





More information about the uClibc mailing list