Re: linux-kernel@vger.kernel.org

David S. Miller (davem@redhat.com)
Sun, 29 Sep 2002 18:18:40 -0700 (PDT)


From: "omit_ECE" <omit@rice.edu>
Date: Sun, 29 Sep 2002 20:13:56 -0500

Aren't "printf" and "fprintf" standard outputs?

There is not standard output in the kernel, and you can't assume
libc facilities are all available.

Use "printk" available from linux/kernel.h instead.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/