Gathering function libraries

Boris Burtin 6600bori at ucsbuxa.ucsb.edu
Fri Apr 19 05:22:55 AEST 1991


I've begun to do some serious programming in C, and have realized that it's
about time I set up a standard way to reuse my old functions.  I use Turbo
C 2.0, if it matters.  The two methods I know of are including code 
segments as .h files and compiling the "library" as a separate program,
and then linking it to my main.  The question is, which of these methods is
more appropriate or more efficient?  Also, are there other methods I
should look into?  Thanks...

	- Boris Burtin



More information about the Comp.lang.c mailing list