Add stream structure and utilities
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#ifndef TEST_STREAM_H
|
||||
#define TEST_STREAM_H
|
||||
|
||||
#include "wapp.h"
|
||||
|
||||
WpTestFuncResult test_stream_at_end(void);
|
||||
WpTestFuncResult test_stream_peek(void);
|
||||
WpTestFuncResult test_stream_consume(void);
|
||||
|
||||
#endif // !TEST_STREAM_H
|
||||
Reference in New Issue
Block a user