blob: 1c1d333a40403cd2ba3fc657565d51278c48e5b7 [file] [log] [blame]
#ifndef ECHO_ARCH_H
#define ECHO_ARCH_H
#include "arch_types.h"
void EchoArch(const char* EchoFile, const t_type_descriptor* Types,
const int NumTypes, const struct s_arch *arch);
#endif