initial commit
This commit is contained in:
commit
be5007d57c
23 changed files with 1013 additions and 0 deletions
11
include/subcmds.h
Normal file
11
include/subcmds.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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 subcmds_dev(void *, int argc, char *argv[]);
|
||||
void motd_subcmd(void *, int argc, char *argv[]);
|
||||
void subcmds_subcmd(void *, int argc, char *argv[]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue