Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ptsfa!ames!umd5!brl-adm!adm!ADLER1%BRANDEIS.BITNET@CUNYVM.CUNY.EDU From: ADLER1%BRANDEIS.BITNET@CUNYVM.CUNY.EDU Newsgroups: comp.lang.c Subject: exit(main(argc,argv,env)); Message-ID: <10875@brl-adm.ARPA> Date: 16 Dec 87 09:58:11 GMT Sender: news@brl-adm.ARPA Lines: 10 I was looking through the file crt0.c in the GNU emacs source code and found the command exit(main(argc,argv,env)); which I find puzzling. I thought that one was supposed to give exit a number for an argument. What does the above command do and why would anyone want to do it that way ? ADLER1@BRANDEIS.BITNET