showstr
showstr(buf, 1);
void showstr(const char *, int);
showstr("Can't open help file", 1);
showstr();
static void showstr(void);