Ignore:
File:
1 edited

Legend:

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

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