Create read module
This commit is contained in:
9
lib/include/read.h
Normal file
9
lib/include/read.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef READ_H
|
||||
#define READ_H
|
||||
|
||||
#include "am.h"
|
||||
#include "stream.h"
|
||||
|
||||
void read(am_t *am, stream_t *stream);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user