rattan Thu, 25 Aug 2005 13:14:40 -0700
Is there a way to use gcc include files with plan9 include files in plan9port? E.g:
#include <u.h> #include <libc.h> #include <socket.h> // from Linux side .. -ishwar