First commit 11/11/1991

This commit is contained in:
2021-09-08 21:43:28 +02:00
commit e1d6aee98f
56 changed files with 13949 additions and 0 deletions

5
SV_UTIL.H Normal file
View File

@ -0,0 +1,5 @@
extern int Desde_Hasta(int *Desde, int *Hasta);
extern int Confirma(char *T1, char *T2, char *T3);
extern int Pide_Fecha_Actual(void);
extern int file_exists(char *filename);
//extern int Comprueba_Impresora(void):