Mike Black W9MDB 2021-12-07 12:17:02 -06:00
rodzic c67f21bf96
commit 759918aac6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ extern HAMLIB_EXPORT(int) parse_hoststr(char *hoststr, char host[256], char port
extern HAMLIB_EXPORT(uint32_t) CRC32_function(uint8_t *buf, uint32_t len);
extern char *date_strget(char *buf, int buflen, int localtime);
extern HAMLIB_EXPORT(char *)date_strget(char *buf, int buflen, int localtime);
#ifdef PRId64
/** \brief printf(3) format to be used for long long (64bits) type */