No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Jari Vetoniemi 44fbdf5b65 Unneeded argument. hace 10 años
bin Unneeded argument. hace 10 años
lib Add code. hace 10 años
src Make chck_buffer out/in to pi9_stream, update pi9_string with chck's hace 10 años
.gitmodules Add code. hace 10 años
CMakeLists.txt Add code. hace 10 años
LICENSE We are on 2015 hace 10 años
README.md Change to markdown readme hace 10 años

README.md

pi9

9p server abstraction library

Building

mkdir target && cd target                # - create build target directory
cmake -DCMAKE_INSTALL_PREFIX=build ..    # - run CMake, set install directory
make                                     # - compile

License

zlib, see LICENSE file for more information