#include #include u32 sys_write(char *path, u32 offset, u32 count, u8 *buf) { return write(path, offset, count, buf); }