Another two questions...
Is behaviour defined when the first argument of strtol is NULL?
And if the string contains only digits, is the 2nd argument (assuming
it wasn't NULL) guaranteed to be set to a pointer to a pointer to '\0'?
Thanks.
--
David Scarlett
dscarlett@_ _ _ _ _ _ _ _
_ _ _ _ _ optusnet.com.au
Is behaviour defined when the first argument of strtol is NULL?
And if the string contains only digits, is the 2nd argument (assuming
it wasn't NULL) guaranteed to be set to a pointer to a pointer to '\0'?
Thanks.
--
David Scarlett
dscarlett@_ _ _ _ _ _ _ _
_ _ _ _ _ optusnet.com.au
Comment