bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#ifdef __H_STREAM__ #ifndef __H_STREAM_PRIVATE__ struct SStreamPrivate { spointer * data; size_t buffered; /* < The number of buffered bytes. */ }; #endif /* __H_STREAM_PRIVATE__ */ #else /* #ifdef __H_STREAM__ */ #pragma message ("Trying to include file StreamPrivate.h without includeing Stream.h"); #endif /* #ifdef __H_STREAM__ */ |