diff options
Diffstat (limited to 'cmd/cmd_help.h')
-rw-r--r-- | cmd/cmd_help.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cmd/cmd_help.h b/cmd/cmd_help.h new file mode 100644 index 0000000..8bf393b --- /dev/null +++ b/cmd/cmd_help.h @@ -0,0 +1,15 @@ +#ifndef __CMD_HELP_H +#define __CMD_HELP_H + +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <math.h> + +#include "sds.h" +#include "util.h" +#include "debug.h" + +void *cmd_help(void *data); + +#endif
\ No newline at end of file |