diff options
Diffstat (limited to '2023-2/L04/MuestraPunteros.h')
| -rw-r--r-- | 2023-2/L04/MuestraPunteros.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/2023-2/L04/MuestraPunteros.h b/2023-2/L04/MuestraPunteros.h new file mode 100644 index 0000000..4825688 --- /dev/null +++ b/2023-2/L04/MuestraPunteros.h @@ -0,0 +1,19 @@ +/* + * 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: MuestraPunteros.h + * Author: cueva.r + * + * Created on 21 de septiembre de 2023, 06:43 AM + */ + +#ifndef MUESTRAPUNTEROS_H +#define MUESTRAPUNTEROS_H + void imprimeclientes(void *); + void imprimeproductos(void *); + void imprimerepfinal(void *); +#endif /* MUESTRAPUNTEROS_H */ |
