luat_sntp.h 99 B

12345678
  1. #ifndef LUAT_SNTP_H
  2. #define LUAT_SNTP_H
  3. int ntp_get(void);
  4. int l_sntp_get(lua_State *L);
  5. #endif