Searched defs:simple_strtol (Results 1 – 2 of 2) sorted by relevance
68 simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
556 #define simple_strtol(a, b, c) strtol((a), (b), (c)) macro