Searched defs:strton (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/
H A Dstrtoi.c27 * 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 Dast.h115 #define strton(s,t,b,f) strtol(s,t,0) macro

Completed in 20 milliseconds