Home
last modified time | relevance | path

Searched refs:strtoul_weak (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtol.c31 unsigned long strtoul_weak(const char *restrict s, char **restrict p, int base) in strtoul_weak() function
52 weak_alias(strtoul_weak, strtoul);
/third_party/musl/src/stdlib/
H A Dstrtol.c32 unsigned long strtoul_weak(const char *restrict s, char **restrict p, int base) in strtoul_weak() function
65 weak_alias(strtoul_weak, strtoul);

Completed in 2 milliseconds