How to use the "errno" in STM32F103CBT6?
Hello!
I'm using some of the string conversion functions, who's declarations are present in the "stdint.h" file. at present I'm using "strtol" and "strtod". According to the library "the value of the macro ERANGE is stored in errno, If the correct value would underflow, zero is returned". So, mainly I wanted to know if the "ERANGE" is set in he "errno" or not after performing sting conversions.
Hence, I wanted to know how do access the variable "errno"? also, what are the steps or things should I keep in mind while accessing this variable?
Regards,
Aatif Shaikh