Changes in uspace/lib/c/generic/imath.c [5a6cc679:76ec309b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/imath.c
r5a6cc679 r76ec309b 50 50 errno_t ipow10_u64(unsigned exp, uint64_t *res) 51 51 { 52 u nsigneda;52 uint64_t a; 53 53 uint64_t r; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.