#ifndef BYTE_READER_H #define BYTE_READER_H #include "config.h" void read_byte(Byte byte_a); #endif