From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 5 May 1996 14:49:50 -0400 From: Min Huang mhuang@CS.Cornell.EDU Subject: ioctl Topicbox-Message-UUID: 46212fde-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960505184950.u1NFUwky51Z5D6wRAV5HcG7ynaJf1hq0oENJUb97MPo@z> 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