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

25
SV_DATOS.H Normal file
View File

@ -0,0 +1,25 @@
//////////////////////////////////////////////////////////////////////////////
/// Nombre: SV_DATOS.H ///
/// Modulo: Cabecera com<6F>n a todos los m<>dulos ///
/// Descripci<63>n: ///
/// ///
/// Autor: Jos<6F> David Guill<6C>n Dominguez ///
/// Fecha: 21 - 05 - 1995 ///
/// ///
/// Comentario: ///
/// ///
/// ///
/// Compilador Borland C++ 3.0 ///
//////////////////////////////////////////////////////////////////////////////
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif