Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/imath.h

    re3272101 r4805495  
    3434 */
    3535
    36 #ifndef LIBC_IMATH_H_
    37 #define LIBC_IMATH_H_
     36#ifndef _LIBC_IMATH_H_
     37#define _LIBC_IMATH_H_
    3838
    3939#include <stdint.h>
    4040
    4141extern errno_t ipow10_u64(unsigned, uint64_t *);
    42 extern errno_t ilog10_u64(uint64_t, unsigned *);
     42extern unsigned ilog10_u64(uint64_t);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.