elea9003-emu/ricerca.c

11 lines
112 B
C
Raw Normal View History

2019-12-23 23:05:03 +01:00
#include "elea_tipi.h"
int op_ria(istruzione *i)
{
return 0;
}
int op_rii(istruzione *i)
{
return 0;
}