#include <cstdlib> unsigned long strtoul( const char *start, char **end, int base );
函式 strtoul() 的行為與 strtol() 完全相同,只不過它返回一個 unsigned long 而不是一個簡單的 long。
unsigned