man strtoul (strtoull)
man strtoul STRTOUL(3) Linux Programmer's Manual STRTOUL(3)NAME strtoul, strtoull - convert a string to an unsigned long integer.SYNOPSIS #include unsigned long int strtoul(const char *nptr, char **endptr, int base); unsigned long long int strtoull(const char *nptr, char **endptr, int base);DESCRIPTION The strtoul() function converts the initial part of the string in nptr to an unsigned long int..
Devolopment/C, C++
2015. 6. 1. 14:28
반응형
최근에 달린 댓글