[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: printf vs printk



On Fri, Mar 09, 2001 at 12:58:49PM +0530, Alex M Alex wrote:
> 
> hi all,
>         I was not able to understand
>         the funda on printf vs printk(WHY???)

Because the kernel is not linked to libc, it can't use printf.
Printk is a simplified clone.

	-Arun