Changes in kernel/generic/src/lib/str.c [933cadf:059a8e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/lib/str.c
r933cadf r059a8e4 893 893 * 894 894 */ 895 int str_uint64 (const char *nptr, char **endptr, unsigned int base,895 int str_uint64_t(const char *nptr, char **endptr, unsigned int base, 896 896 bool strict, uint64_t *result) 897 897 {
Note:
See TracChangeset
for help on using the changeset viewer.