/* $Header: /CVSROOT/tinolib/src/ex.c,v 1.1 2004/02/14 20:27:09 tino Exp $ * * $Log: ex.c,v $ * Revision 1.1 2004/02/14 20:27:09 tino * Initial add * */ /*IMP*/ static void tino_ex(const char *s) { perror(s); exit(1); }