Ignore:
File:
1 edited

Legend:

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

    r4805495 re3272101  
    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 unsigned ilog10_u64(uint64_t);
     42extern errno_t ilog10_u64(uint64_t, unsigned *);
    4343
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.