stop
stop(int dummy)
stop(char *why)
stop(const char *string, int err_code)
stop(int type)
#define stop(s) error(s), exit(1)
stop(void)
stop(int argc, char **argv)