Mescal
Loading...
Searching...
No Matches
shell_test.h
Go to the documentation of this file.
1
6
7#ifndef TEST_H_
8#define TEST_H_
9
10 /* ____ _ _ _ _____ _ */
11 /* / ___|| |__ ___| | |_ |_ _|__ ___| |_ */
12 /* \___ \| '_ \ / _ \ | (_) | |/ _ \/ __| __| */
13 /* ___) | | | | __/ | |_ | | __/\__ \ |_ */
14 /* |____/|_| |_|\___|_|_(_) |_|\___||___/\__| */
15
20void test(void);
21
22#endif // TEST_H_
void test(void)
Function called by the test command in the shell.
Definition shell_test.c:21