Mail Archives: djgpp/1996/07/22/00:53:29
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.
- Raw text -