function::strtol FUNCTION:(3stap) A collection of standard strin FUNCTION:(3stap)NAMEfunction::strtol - strtol - Convert a string to a longSYNOPSISstrtol:long(str:string,base:long)ARGUMENTSstr string to convert base the base to useDESCRIPTIONThis function converts the string representation of a number to an integer. The base parameter indicates the number base to assume for the string (eg. 16 for hex, 8 for octal, 2 for binary). SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
| Related Man Pages |
|---|
| strtoimax(3) - mojave |
| atol(3c) - hpux |
| atoi(3c) - hpux |
| strtoul(3c) - hpux |
| strtoull(3c) - hpux |