Bozza della libreria

This commit is contained in:
2024-10-23 22:13:45 +02:00
commit 24d1dbb878
7 changed files with 91 additions and 0 deletions

12
libreria/nrmiu.i Normal file
View File

@@ -0,0 +1,12 @@
#ifndef NRMIU_I
#define NRMIU_I
#include "linguaggio.i"
#include "tipi.i"
#include <stdio.h>
#define stampaf printf
#define leggif scanf
#endif