#ifndef READ_H #define READ_H #include "am.h" #include "stream.h" void read(am_t *am, stream_t *stream); #endif