Mohammadjo123

INCLOUD

Jan 30th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ifndef OPERACIJE_H_INCLUDED
  2. #define OPERACIJE_H_INCLUDED
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7.  
  8. #include <sys/types.h>
  9. #include <unistd.h>
  10.  
  11. #include "strukture.h"
  12.  
  13. FILE *otvoriDatoteku(char *filename);
  14. void kreirajDatoteku(char *filename);
  15. SLOG *pretragaSloga(FILE *fajl, char *evidBroj);
  16. void ispisiSlog(SLOG *slog);
  17. void dodajSlog(FILE *fajl, SLOG *slog);
  18. void ispisiSve(FILE *fajl);
  19.  
  20. #endif // OPERACIJE_H_INCLUDED
Add Comment
Please, Sign In to add comment