Move examples into subfolders, add READMEs

This commit is contained in:
Petteri Aimonen
2013-09-13 12:59:31 +03:00
parent fd9a79a06d
commit f47410ea4b
24 changed files with 187 additions and 55 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _PB_EXAMPLE_COMMON_H_
#define _PB_EXAMPLE_COMMON_H_
#include <pb.h>
pb_ostream_t pb_ostream_from_socket(int fd);
pb_istream_t pb_istream_from_socket(int fd);
#endif