3 .ds ;G \\*(;G\\f\\$1\\$3\\f\\$2
4 .if !
\a\\$4
\a\a .Af \\$2 \\$1 "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
7 .ie
\a\\$3
\a\a .ft \\$1
11 .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
16 .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
19 .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
22 .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
24 .de EX \" start example
41 strton \- convert string to long integer
43 .L "long strton(char* s, char** e)"
46 converts the nul-terminated string
53 is set to point to the first unrecognized character in
59 A number is composed of
60 .IR sign-base-number-suffix .
81 For bases greater than 10 the additional digits are take from the set
83 The suffix multiplies the converted number and may be:
89 giga (1024 * 1024 * 1024)
97 atoi(3), scanf(3), strtod(3)