Esempio n. 1
0
int 
main(int argc, char *argv[])
{
	progname = basename(argv[0]);
# ifndef gcos
signal(SIGPIPE, badsig);
# endif
# ifdef gcos
if(!intss()) tabout = fopen("qq", "w"); /* default media code is type 5 */
# endif
exit(tbl(argc,argv));
}
Esempio n. 2
0
int main(int argc,char *argv[])
{
extern init_options();
# ifdef unix
void badsig(void);
signal(SIGPIPE, badsig);
# endif
# ifdef gcos
if(!intss()) tabout = fopen("qq", "w"); /* default media code is type 5 */
# endif
init_options();
exit(tbl(argc,argv));
return 0;
}