Add capn_init_(fp|mem) to read a stream from file/memory

Packed form still to be tested
This commit is contained in:
James McKaskill 2013-05-07 22:48:46 -04:00
parent b8da11676a
commit 3f29732c69
4 changed files with 224 additions and 26 deletions

View file

@ -20,5 +20,5 @@ test: capn-test
%-test.o: %-test.cpp *.h *.c *.inc
$(CXX) `gtest-config --cppflags --cxxflags` -o $@ -c $<
capn-test: capn-test.o
capn-test: capn-test.o capn-stream-test.o
$(CXX) `gtest-config --ldflags --libs` -o $@ $^