Advertisement
techno-

ListaMmap.h

Nov 12th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1.  
  2. #include "ListaMmap.c"
  3.  
  4. void histMmapInsert(int *dir, int Bytes, int month, int dia, int hora, int min, char *nombre, int filedescriptor);
  5. mmapTipo *histMmapElemento(int n);
  6. int histMmapNumElementos();
  7. void histMmapBorrar();
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement