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
27
void
help
(
void
);
28
29
34
void
print_classes
(
void
);
35
36
#endif
// HELP_H_
print_classes
void print_classes(void)
Function printing all recognized classes.
Definition
shell_help.c:274
help
void help(void)
Function called by the help command in the shell.
Definition
shell_help.c:8
shell_help.h
Generated by
1.13.2