blob: a0833a730f6f44e4b813e59e127d74ade16205ac [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