fernly: wip

This commit is contained in:
Sean Cross 2014-07-04 17:31:19 +08:00
parent 9470228966
commit 7cb334571e
11 changed files with 1281 additions and 108 deletions

View file

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