Date: Mon, 22 Jul 1996 07:49:03 +0200 (IST) From: Eli Zaretskii To: "Mike A. Harris" Cc: Bruce Foley , djgpp AT delorie DOT com Subject: Re: How do I create my own libraries ? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 21 Jul 1996, Mike A. Harris wrote: > This posed an interesting learning experience. So ever since then, when > coding libs, I've used one function per module. This prevents unneeded > code from bloating executables. > > Is this also true of DJGPP? What about other compilers? Should one always > code LIBs as one function per module source files? Yes, it's the same with DJGPP. The DJGPP C library almost always puts every function on its own source file for this reason.