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