NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Parse a number in a string

Parse a number in a string.

Functions

Function Description Links
mutt_str_atoi() Convert ASCII string to an integer
mutt_str_atol() Convert ASCII string to a long
mutt_str_atos() Convert ASCII string to a short
mutt_str_atoui() Convert ASCII string to an unsigned integer
mutt_str_atoul() Convert ASCII string to an unsigned long
mutt_str_atoull() Convert ASCII string to an unsigned long long
mutt_str_atous() Convert ASCII string to an unsigned short
str_atol_clamp() Convert ASCII string to a long and clamp
str_atoull_clamp() Convert ASCII string to an unsigned long long and clamp