Advertisement
techno-

ListaShared.h

Nov 12th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1.  
  2. #include "ListaShared.c"
  3.  
  4. void histSharedInsert(int *dir, int Bytes, int month, int dia, int hora, int min, char *tipo, int key);
  5. shared *histSharedElemento(int n);
  6. int histSharedNumElementos();
  7. void histSharedBorrar();
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement