Searched defs:safe_strtoll (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/include/ | ||
H A D | local.h | 255 static inline int safe_strtoll(const char *str, long long *val) { return safe_strtoll_base(str, val, 0); } in safe_strtoll() function |
Completed in 2 milliseconds