Jan. 27, 2014
8:28 p.m.
On Mon, 27 Jan 2014 11:53:00 -0800, m silverstri said:
I try #include stdio.h
Can you please help me?
stdio is a libc invention, only used in userspace. As such, you can't call anything in a shared library from within kernel code (although there are similarly named routines for many things).