LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
cli.h
Go to the documentation of this file.
1// src/cli/include/cli.h
2
3#ifndef LEXLEO_CLI_H
4#define LEXLEO_CLI_H
5
6int cli_run();
7
8#endif //LEXLEO_CLI_H
int cli_run()
Definition cli.c:19