#include #define sync _sync #include PUBLIC int sync() { message m; return(_syscall(FS, SYNC, &m)); }