/* * */ #include #include #include "global.h" #include "kbd.h" void error(str) char *str; { time_t t; t = time(NULL); printf("\n%sERROR: %s.\n",ctime(&t),str); kbd_any_key(); }