zorbon90

pamatka.h

Dec 30th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #pragma once
  2. #include "gps.h"
  3.  
  4. typedef struct pamatka{
  5.         char mesto[30];
  6.         tGPS gps;
  7.         struct pamatka *dalsi;
  8.  
  9. }tPamatka;
  10.  
  11. tPamatka *VytvorPamatku(char *pamatka, tGPS *gpsPamatky);
  12. void VypisPamatku(tPamatka *pamatka);
Advertisement
Add Comment
Please, Sign In to add comment