How to convert hex string like "f0faaa" to integer in C if hex strign can be very large. I found some function by they don't convert to int.
here is that function https://github.com/Aero25x/C-converter/blob/main/main.c
How to convert hex string like "f0faaa" to integer in C if hex strign can be very large. I found some function by they don't convert to int.
here is that function https://github.com/Aero25x/C-converter/blob/main/main.c