Hi,
I am new to kernel programming. I need to convert a string of characters into its decimal equivalent . Any information will be very helpful.
Thanks,
Shashi
Printable View
Hi,
I am new to kernel programming. I need to convert a string of characters into its decimal equivalent . Any information will be very helpful.
Thanks,
Shashi
Try googling simple_strtol...its a kernel function to convert strings to integers...Hope this helps..Gerard4143
Here's a web site:
simple_strtol(9) | KernelTrap
and for other functions:
KernelTrap