ustrtol (3) Linux Manual Page
ustrtol – Converts a string into an integer. Allegro game programming library. Synopsis #include <allegro.h> long ustrtol(const char *s, char **endp, int base); Description This function converts the initial part of `s’ to a signed integer, setting `*endp’ to point to the first unused character, if `endp’ is not a NULL pointer. The `base’ argument…
