Advertisement
zorbon90

seznamPamatek.h

Dec 30th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. #include "pamatka.h"
  5.  
  6. int NactiData(char *nazev);
  7. void Vypis();
  8. tPamatka *NajdiDleNazvu(char *nazev);
  9. tPamatka *NajdiNejblizsi(tGPS *gps);
  10. tPamatka **NajdiTriNejblizsi(tGPS *gps);
  11. void ZrusData();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement