improve the timer and add a stopwatch subcmd (wip)

This commit is contained in:
2025-09-08 23:05:15 -04:00
parent 5ba46284fe
commit 6becda2cd4
4 changed files with 145 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
*/
void timer_subcmd(void *, int argc, char *argv[]);
void stopwatch_subcmd(void *, int argc, char *argv[]);
void subcmds_dev(void *, int argc, char *argv[]);
void motd_subcmd(void *, int argc, char *argv[]);
void subcmds_subcmd(void *, int argc, char *argv[]);