Query: strict_strtoll
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRICT_STRTOLL(9) Basic C Library Functions STRICT_STRTOLL(9)NAMEstrict_strtoll - convert a string to a long long strictlySYNOPSISint strict_strtoll(const char * cp, unsigned int base, long long * res);ARGUMENTScp The string to be converted base The number base to use res The converted result valueDESCRIPTIONstrict_strtoll is similiar to strict_strtoull, but it allows the first character of a string is '-'. It returns 0 if conversion is successful and *res is set to the converted value, otherwise it returns -EINVAL and *res is set to 0.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRICT_STRTOLL(9)
Related Man Pages |
---|
strtoul(3) - mojave |
strtouq(3) - mojave |
strvars(3pub) - debian |
strtoumax(3) - osx |
strtouq(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Change directory error |
Migrating to UNIX |
SOCKS proxy & PAM configuration exposure |
A (ksh) Library For and From UNIX.com |