On 20-05-08 05:47, Payphone LIOU wrote:

in a kernel modules, i used "snprintf()" to ouput some strings to the terminal.

snprintf() doesn't output to anything; it writes to the buffer it's given as its first parameter. To actually output something you need printk() and friends.

Rene.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to