Changes in uspace/lib/c/include/imath.h [e3272101:4805495] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/imath.h
re3272101 r4805495 34 34 */ 35 35 36 #ifndef LIBC_IMATH_H_37 #define LIBC_IMATH_H_36 #ifndef _LIBC_IMATH_H_ 37 #define _LIBC_IMATH_H_ 38 38 39 39 #include <stdint.h> 40 40 41 41 extern errno_t ipow10_u64(unsigned, uint64_t *); 42 extern errno_t ilog10_u64(uint64_t, unsigned *);42 extern unsigned ilog10_u64(uint64_t); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.