...
Instead of these functions, try inputing the value as a string and then converting it to an integer valoue using strtol()
or a related function INT00-A].
Non-Compliant Example 1
This non-compliant code example converts the string stored in the static array buff
to a signed integer value using the atoi()
function.
...