kmp/include/zamenyator.h

6 lines
96 B
C

#ifndef ZAMENYATOR_H
#define ZAMENYATOR_H
const char *translate_insn(const char *insn);
#endif