elea9003-emu/ricerca.h

8 lines
111 B
C
Raw Normal View History

2019-12-23 23:05:03 +01:00
#ifndef RICERCA_INCLUSO
#define RICERCA_INCLUSO
int op_ria(istruzione *i);
int op_rii(istruzione *i);
#endif