I am developing a Linux Kernel Module and I need to use an equivalent of fprintf
function to print some informations in a file.
I wonder if there is an equivalent of this function in kernel mode.
Thank you!
I am developing a Linux Kernel Module and I need to use an equivalent of fprintf
function to print some informations in a file.
I wonder if there is an equivalent of this function in kernel mode.
Thank you!