Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/imath.c

    rb7fd2a0 r9854a8f  
    4848 * @return EOK on success, ERANGE if result does not fit into result type
    4949 */
    50 errno_t ipow10_u64(unsigned exp, uint64_t *res)
     50int ipow10_u64(unsigned exp, uint64_t *res)
    5151{
    5252        unsigned a;
Note: See TracChangeset for help on using the changeset viewer.