On Tue, Dec 16, 2008 at 12:45 AM, Rodolfo kix García <[email protected]> wrote: > Hi! > > I am working in an c++ application on linux and I would like to use a > filesystem to access to the application data. > > Somebody knows any 9P implementation of 9P in C++?
Don't see one at http://9p.cat-v.org/implementations Of course any C implementation like libixp will work fine. -sqweek
