Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef FUNCIONES_H_INCLUDED
- #define FUNCIONES_H_INCLUDED
- void mostrarMenu();
- void cargarDatos(int [][10]);
- void puntoA(int mat[][10], int clientes, int tipos);
- void convertirMinutos(int , int &, int &);
- void puntoB(int mat[][10], int, int);
- void puntoC(int mat[][10], int, int);
- #endif // FUNCIONES_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment