#include #include int errstr(char *buf) { strcpy(buf, "no error"); return 0; }