1 2 3 4 5 6 7 8
#ifndef NTP_H #define NTP_H void ntp_init(void); int ntp_sync(void); #endif /* NTP_H */