On Thu Feb 19 05:04:15 EST 2009, anooop.ano...@gmail.com wrote: > Hello once again, > > I was wondering whether if there are any libraries that I can include > to call vac and unvac directly from my C code. Currently I am > executing them in the shell using popen and capturing the output. I am > looking for better ways.
what's wrong with the tools-based approach you're currently using? this may be hard to believe coming from unix, but your approach is what many tools do. nobody links to a tcs library. one uses the tcs(1) executable. executables. god's answer to dynamic linking. - erik