For the complete documentation index, see llms.txt. This page is also available as Markdown.

xtol

Convert ascii string to a binary number.
(this function is the same as hexadecimal 'strtoul' from C library,
 use long() for atol)
Thread-safe function.

long xtol(string str);

Last updated

Was this helpful?