fernly: Move to new offset

This commit is contained in:
Sean Cross 2014-07-21 18:25:49 +08:00
parent 6d5fb2d819
commit 0d3b04307d
7 changed files with 61 additions and 67 deletions

View file

@ -3,6 +3,5 @@
#include <stdint.h>
uint32_t _udiv64(uint64_t n, uint32_t d);
int printf(const char *fmt, ...);
#endif /* __UTILS_H__ */