Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!ucsd!hub.ucsb.edu!ucsbuxa!6600bori From: 6600bori@ucsbuxa.ucsb.edu (Boris Burtin) Newsgroups: comp.lang.c Subject: Gathering function libraries Message-ID: <10662@hub.ucsb.edu> Date: 18 Apr 91 19:22:55 GMT Sender: news@hub.ucsb.edu Distribution: comp Lines: 9 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