Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include "gps.h"
- typedef struct pamatka{
- char mesto[30];
- tGPS gps;
- struct pamatka *dalsi;
- }tPamatka;
- tPamatka *VytvorPamatku(char *pamatka, tGPS *gpsPamatky);
- void VypisPamatku(tPamatka *pamatka);
Advertisement
Add Comment
Please, Sign In to add comment