Results 1 to 2 of 2
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...
- 12-08-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 9
Convert a string of characters into an integer
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
- 12-08-2008 #2
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


Reply With Quote
