10 lines
115 B
C
10 lines
115 B
C
#ifndef READ_H
|
|
#define READ_H
|
|
|
|
#include "am.h"
|
|
#include "stream.h"
|
|
|
|
void read(am_t *am, stream_t *stream);
|
|
|
|
#endif
|