blob: 77963c23daf35b886f6e38f7d720a89849e398ef [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 t_arch *arch);
#endif