vkoskiv
/MacNTP
/amendments
/prefs.c
Amendments on September 7, 2023
Add copyright headers
MIT license. Also copied in the one in tcp.c from upstream.
Large rewrite, restructure the project into an INIT
* Moved NTP client to MacNTP.{c,h}
* Rewrite main to work as an INIT
* Load NTP url and utc offset from resourcs
* Fix many bugs
* Add many new bugs
* Remove all ANSI dependencies, it's a big library
* Remove util.{c,h}
* Add basic debugging, uncomment DEBUGGING define in main.c to enable
1