Searched defs:strton (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/tests/ |
H A D | strtoi.c | 27 * strtol strtoul strton 73 strton(const char* s, char** e, char* b, int m) function 144 l = strton(s, &p, &b, m); 145 printf("strton \"%s\" \"%s\" %ld %s %d\n", s, p, l, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR", b);
|
/ast/src/lib/libast/astsa/ |
H A D | ast.h | 115 #define strton(s,t,b,f) strtol(s,t,0) macro
|
Completed in 936 milliseconds