Changes in uspace/lib/c/generic/str.c [560d79f:059a8e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/str.c
r560d79f r059a8e4 1535 1535 * 1536 1536 */ 1537 int str_uint64 (const char *nptr, char **endptr, unsigned int base,1537 int str_uint64_t(const char *nptr, char **endptr, unsigned int base, 1538 1538 bool strict, uint64_t *result) 1539 1539 {
Note:
See TracChangeset
for help on using the changeset viewer.