Changes in uspace/lib/c/include/imath.h [4805495:e3272101] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/imath.h
r4805495 re3272101 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 unsigned ilog10_u64(uint64_t);42 extern errno_t ilog10_u64(uint64_t, unsigned *); 43 43 44 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.