9fans archive / 1996 / 05 / 19 /    prev next

From: Min Huang mhuang@CS....
Subject: ioctl
Date: Sun, 5 May 1996 14:49:50 -0400

Is it possible to mix plan9 and unix programs together?
What I want to do is to use "ipinfo()" in plan9 to get all the network 
information and put into a common data structure. and another unix program 
can access the data structure to process the information.
Because both programs eventually will be compiled into .k file.
then you can use kl in plan9 to get executable file.

I am wondering if this will work.
____________________________________________________________________________

you means 
	pcc filename.c -math will work.

Thank you very much