Advertisement
techno-

ListaBloques.h

Nov 12th, 2022 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include "ListaBloques.c"
  2.  
  3. void histBloqInsert(int *dir, int Bytes, int month, int dia, int hora, int min, char *tipo);
  4. bloque *histBloqElemento(int n);
  5. int histBloqNumElementos();
  6. void histBloqBorrar();
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement