Standard C utility library stdlib.h
has these function names:
(String as 'a'):
(String as 'str'):
Why is a string sometimes called an "a" and sometimes called an "str"?
a
stands for ASCII
, so in atoi it is ASCII
to integer. See here. The ato
family of functions have been deprecated by str
functions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With