YAMILDIAZ

Laragym funciones.h

Jun 19th, 2023
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | Source Code | 0 0
  1. #ifndef FUNCIONES_H_INCLUDED
  2. #define FUNCIONES_H_INCLUDED
  3.  
  4. void mostrarMenu();
  5. void cargarDatos(int [][10]);
  6. void puntoA(int mat[][10], int clientes, int tipos);
  7. void convertirMinutos(int , int &, int &);
  8. void puntoB(int mat[][10], int, int);
  9. void puntoC(int mat[][10], int, int);
  10.  
  11. #endif // FUNCIONES_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment