Subj : src/syncterm/bbslist.h conn_pty.c modem.c term.c src/xpdev/genwrap.c g To : Git commit to main/sbbs/master From : Deucе Date : Wed Jan 08 2025 08:43 pm https://gitlab.synchro.net/main/sbbs/-/commit/fa67a06aa4a5768df1d936d7 Modified Files: src/syncterm/bbslist.h conn_pty.c modem.c term.c src/xpdev/genwrap.c genwrap.h Log Message: Implement xp_fast_timer64() Like xp_timer64(), except it gets the worst clock, not the best one. Mostly useful for places where you're using deltas between time(NULL) to approximate a time, not for if you need to convert to a date or if you need any kind of precision. .