[comp.lang.c] Gathering function libraries

6600bori@ucsbuxa.ucsb.edu (Boris Burtin) (04/19/91)

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