From a2487e6512930190cae5c78f06f29470138f1949 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 11 Oct 2022 14:38:22 -0500 Subject: Add enunciado E1 --- 2022-2/E1/FuncionesAuxiliares.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 2022-2/E1/FuncionesAuxiliares.h (limited to '2022-2/E1/FuncionesAuxiliares.h') diff --git a/2022-2/E1/FuncionesAuxiliares.h b/2022-2/E1/FuncionesAuxiliares.h new file mode 100644 index 0000000..1decd4d --- /dev/null +++ b/2022-2/E1/FuncionesAuxiliares.h @@ -0,0 +1,20 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +/* + * File: FuncionesAuxiliares.h + * Author: cueva + * + * Created on 8 de octubre de 2022, 09:46 PM + */ + +#ifndef FUNCIONESAUXILIARES_H +#define FUNCIONESAUXILIARES_H + void imprimeconsultas(void *); + void imprimemedicinas(void *); + void imprimerepfinal(void *); + void ordenareservas(void *); //Ordenamiento por fecha ascendente +#endif /* FUNCIONESAUXILIARES_H */ -- cgit v1.2.3