#include void sayhello(void) { const char *buf="hello\n"; write(2, buf, 6); }