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

18
libreria/tipi.i Normal file
View File

@@ -0,0 +1,18 @@
#ifndef TIPI_I
#define TIPI_I
#define corto short
#define lungo long
#define naturale unsigned
#define car char
#define vuoto void
#define cost const
#define mobile float
#define doppia double
#define NULLO 0
#endif