summaryrefslogtreecommitdiffstats
path: root/2023-2/E1/Pregunta01Examen01PunterosMultiples.h
blob: 855c88f219d13499626185a73d33df2ad03749fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 
 * Proyecto: Pregunta01
 * Archivo:  Pregunta01Examen01PunterosMultiples.h
 * Autor:    J. Miguel Guanira E.
 *
 * Created on 6 de octubre de 2023, 09:31 PM
 */

#ifndef PREGUNTA01EXAMEN01PUNTEROSMULTIPLES_H
#define PREGUNTA01EXAMEN01PUNTEROSMULTIPLES_H

void cargarPedidos (int **&, char **&, const char *);
void pruebaDeCargaDePedidos (int **, char **, const char *);
int * leeRegistro(ifstream &arch);
void aumentarEspacios(int **&, char **&, int &, int &);
void imprimePedido(ofstream &,int *,char *); 

#endif /* PREGUNTA01EXAMEN01PUNTEROSMULTIPLES_H */