diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-09-18 20:03:39 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-09-18 20:03:39 -0500 |
| commit | 9a1e6fb192409558262407b1d2ac684df03843f9 (patch) | |
| tree | 35516e6366bfbc744db83e29502d65528bb59f6d /2023-2 | |
| parent | e8a5fb7f50d46a296c26205f3a83c1db1e44401b (diff) | |
| download | LP1-9a1e6fb192409558262407b1d2ac684df03843f9.tar.gz LP1-9a1e6fb192409558262407b1d2ac684df03843f9.tar.bz2 LP1-9a1e6fb192409558262407b1d2ac684df03843f9.zip | |
Small cleanup
Diffstat (limited to '2023-2')
| -rw-r--r-- | 2023-2/L02/mitsuo/fun.hpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/2023-2/L02/mitsuo/fun.hpp b/2023-2/L02/mitsuo/fun.hpp index a415cfc..a30b7dc 100644 --- a/2023-2/L02/mitsuo/fun.hpp +++ b/2023-2/L02/mitsuo/fun.hpp @@ -20,26 +20,4 @@ void agrega_pedidos_fecha( char **crea_producto(char * code, char * description); int busca_producto(char *** productos, char * producto); -using namespace std; -char * leeCad(ifstream &arch, char delim='\n'); -void cargaCodNomProducto(ifstream &arch, char **&buffProd, char *codProd); -void imprimePedidos(ofstream &arch, char **producto, double stock, double precio); -void leeDatos(ifstream &arch, int &dni, int &cant, int &fecha); -int buscaFecha(int *buffFecha, int fecha); -void cargaPedido(char **buffCodPed, char *codPed, int **&buffdniCant, - int dni, int cant, int &numPed); -int buscaPedido(char **buffCodPed, char *codPed); -void sumaCantidad(int *buffdniCant, int cant); -void guardaCliente(int *buffdniCant, int dni, int cant); -void espaciosExactos(char **&codigoPedidos, int numPed); -void espaciosExactos(int **&dniCantPed, int numPed); -void imprimePedidos(ofstream &arch, char **codPed, int **dniCant); -void imprimeCliente(ofstream &arch, int *cliente); -void imprimeRepPedidos(ofstream &arch, char **codigoPedidos, int **dniCantPedidos,char ***prod, int *stock, - double *precios, double &parcialIng, double &parcialFalta); -void imprimePedido(ofstream &arch, char *codPed, char **prod, int &stock, - double precio, int *dniCantPed, double &parcialIng, double &parcialFalta); -void imprimeLinea(ofstream &arch, char c); -int buscaProd(char ***prod, char *codProd); - #endif /* FUN_HPP */
\ No newline at end of file |
