From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <535287ca78079c311d7606dbe4a7ecf9@quanstro.net> From: erik quanstrom Date: Thu, 19 Feb 2009 07:55:18 -0500 To: 9fans@9fans.net In-Reply-To: <906615a1-037e-4e6e-9742-5cba13e27804@w35g2000yqm.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Calling vac from C Topicbox-Message-UUID: a3c7001c-ead4-11e9-9d60-3106f5b1d025 On Thu Feb 19 05:04:15 EST 2009, anooop.anooop@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