Changeset e3272101 in mainline for uspace/lib/c/include/imath.h
- Timestamp:
- 2019-02-11T14:08:52Z (6 years ago)
- Children:
- d5a89a3
- Parents:
- aa57bf7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/imath.h
raa57bf7 re3272101 40 40 41 41 extern errno_t ipow10_u64(unsigned, uint64_t *); 42 extern unsigned ilog10_u64(uint64_t);42 extern errno_t ilog10_u64(uint64_t, unsigned *); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.