techno-

ListaProcesos.h

Dec 15th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1. #include "ListaProcesos.c"
  2.  
  3. void histProcesoInsert(int PID, int month, int dia, int hora, int min, char *status, int senal, char *usuario, char *nombre,int prioridad);
  4. proceso *HistProcesosElemento(int n);
  5. int HistProcesosNumElementos();
  6. void HistProcesosBorrar();
  7.  
Add Comment
Please, Sign In to add comment