#pragma once /** * The funcs below are not in need of documentation because they follow the * subcmd pattern */ 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[]);