Currently At: Programming Reference > C Reference > Standard C String & Character > strtoul()

strtoul()


Syntax:
#include <stdlib.h>
unsigned long strtoul( const char *start, char **end, int base );


Description:
The function strtoul() behaves exactly like strtol(), except that it returns an unsigned long rather than a mere long.

Related Topics:
strtol()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions