Changeset 76ec309b in mainline
- Timestamp:
- 2019-02-18T17:03:04Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bc417660
- Parents:
- a4ee8b3f
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-10 20:41:38)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-18 17:03:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/imath.c
ra4ee8b3f 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.