1 #include <lib9.h> 2 3 extern int _ERRSTR(char*); 4 5 int 6 errstr(char *err) 7 { 8 return _ERRSTR(err); 9 } 10