[Etherboot-developers] Q: Non-Standard printf?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Eric W B. <ebi...@ln...> - 2002-07-26 00:54:17
|
I'm trying to understand why the printf in etherboot is non-standard.
If this is just something that happened or if this that has a good reason
behind it.
As I share code between projects my biggest bug is that code like:
printf("%04x\n", foo);
Fails and I get really strange debugging output.
Not that I mind to much but it is sad to have code that works the first
time, to be bad simply because of debugging messages :)
Eric
|