elea9003-emu/ricerca.h
2019-12-23 23:05:03 +01:00

7 lines
111 B
C

#ifndef RICERCA_INCLUSO
#define RICERCA_INCLUSO
int op_ria(istruzione *i);
int op_rii(istruzione *i);
#endif