This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Library of BIOSUSB

Genius 5960 points

Hi,

I am using the BIOSUSB.
(Use the device C6748)

Although contains the printf function in the library of BIOSUSB,
Is there a way to stop this function?

When you add the attached source to try,
Console output is no longer.
Whether this process will not be a problem?

printf.c
int printf(const char *, ...);


int printf(const char *str, ...)
{
	return 0;
}

/* EOF */


Best Regards,

hamada