From: Michael Flegel Newsgroups: comp.os.msdos.djgpp Subject: 2 include || !2include Date: Thu, 24 Apr 1997 13:02:52 +0000 Organization: University of Hamburg -- Germany Lines: 22 Message-ID: NNTP-Posting-Host: sat111.physnet.uni-hamburg.de Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi Y'all! I've just been wondering: I use printf and exit and all those fancy commands :-), which I used to have to include stdlib.h and conio.h and stuff in my old BC3.1, Now that I use DJGPP, I compile and link my little "hello world" proggy using printf, getch and uhhh, nothing else, but I don'T have to include any header files. I can live with that, but it makes me a little edgy, not to know where my stuff comes from. So I'd appreciate an explanation from anyone who knows. (Maybe it had something to do wit the fact that I link it as a C and not C++ program... don'T know) MLF/SLi ;----------------------------------------------------------------------------; ; Michael Lamar Flegel ; Student of Math and Physics in Hamburg, Germany ; ; Am Ehrenmal 2 ;---------------------------------------------------; ; 21516 Schulendorf ; www.physnet.uni-hamburg.de/home/vms/flegel ; ; Germany ; flegel AT physnet DOT uni-hamburg DOT de ; ;----------------------------------------------------------------------------;