#include #include u32 read(char *path, u32 offset, u32 count, char *buf) { return syscall_read(path, offset, count, buf); }