expect this is a simple&useful rpc lib for c programmers in linux
stop and just write your code down if you are interesting. Anyone is welcome here!
current for a function like msg1_t *f(msg2_t *arg)
$ cd build/
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
$ make
$ make install
- refer to include/crpc.h, or examples in test/
- add support for complex function type
- add support for multiple/complex server/client