Parse a number in a string.
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 |