added Pcpstream example

This commit is contained in:
TLINDEN
2014-02-20 21:02:52 +01:00
parent 254c4cd39b
commit 30481fed9a
59 changed files with 253 additions and 105 deletions

View File

@@ -8,7 +8,6 @@ extern "C" {
#include "pcp/config.h"
#include "pcp/base85.h"
#include "pcp/buffer.h"
#include "pcp/config.h"
#include "pcp/crypto.h"
#include "pcp/defines.h"
#include "pcp/digital_crc32.h"

View File

@@ -45,6 +45,10 @@
Streams are, just like iostreams in c++, either output or
input mode.
Sample usage:
\include tests/streamtest.c
*/