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

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