Changeset aa57bf7 in mainline
- Timestamp:
 - 2019-02-11T13:49:42Z (7 years ago)
 - Children:
 - e3272101
 - Parents:
 - 8f18f1e
 - git-author:
 - Matthieu Riolo <matthieu.riolo@…> (2019-02-10 20:41:38)
 - git-committer:
 - Matthieu Riolo <matthieu.riolo@…> (2019-02-11 13:49:42)
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/c/generic/imath.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/c/generic/imath.c
r8f18f1e raa57bf7 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.
  