Query: function::strtol
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| strtoq(3) - mojave |
| explain_strtol_or_die(3) - debian |
| atol(3c) - hpux |
| atoll(3c) - hpux |
| strtoimax(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |