9 lines
122 B
C
9 lines
122 B
C
|
#ifndef TELESCRIVENTE_INCLUSO
|
||
|
#define TELESCRIVENTE_INCLUSO
|
||
|
|
||
|
int op_cm(istruzione *i);
|
||
|
int op_ms(istruzione *i);
|
||
|
|
||
|
#endif
|
||
|
|