Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: source for included included files Message-ID: <11040@smoke.BRL.MIL> Date: 12 Sep 89 17:00:28 GMT References: <9275@cbnews.ATT.COM> <14172@bloom-beacon.MIT.EDU> <249@servio.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 11 In article <249@servio.UUCP> penneyj@servio.UUCP (D. Jason Penney) writes: >So here is a philosophical question, to which I would appreciate REPLIES >and not FOLLOWUPs: what is the use of double-quote includes? Since this information is probably of general interest, I'm posting it: #include officially obtains definitions from the implementation, while #include "stuff" officially gets them from source files (header files) provided with the program. can actually be built into the compiler, for example, and in general may not be something you can conveniently add to. There is no C-language requirement for anything like the UNIX "cc -Iwherever" facility.