...
Alternatively, input character data as a NULLnull-terminated byte string and convert to an integer value using strtol()
or a related function (see INT06-A. Use strtol() or a related function to convert a string token to an integer).
...
Wiki Markup |
---|
\[[Klein 02|AA. C References#Klein 02]\] \[[ISO/IEC 9899-:1999|AA. C References#ISO/IEC 9899-1999]\] Section 7.20.1.4, "The strtol, strtoll, strtoul, and strtoull functions," and Section 7.19.6, "Formatted input/output functions" |
...