Mescal
Loading...
Searching...
No Matches
shell_help.h
Go to the documentation of this file.
1
6
7#ifndef HELP_H_
8#define HELP_H_
9
10 /* ____ _ _ _ _ _ _ */
11 /* / ___|| |__ ___| | |_ | | | | ___| |_ __ */
12 /* \___ \| '_ \ / _ \ | (_) | |_| |/ _ \ | '_ \ */
13 /* ___) | | | | __/ | |_ | _ | __/ | |_) | */
14 /* |____/|_| |_|\___|_|_(_) |_| |_|\___|_| .__/ */
15 /* |_| */
16
17#include <stdio.h>
18#include "tools.h"
19#include "shell_sclass.h"
20#include "shell_memb.h"
21#include "shell_separ.h"
22
27void help(void);
28
29
34void print_classes(void);
35
36#endif // HELP_H_
void print_classes(void)
Function printing all recognized classes.
Definition shell_help.c:274
void help(void)
Function called by the help command in the shell.
Definition shell_help.c:8