13 lines
263 B
C
13 lines
263 B
C
// 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
|