mirror of
https://github.com/zigzap/zap.git
synced 2025-10-22 08:04:08 +00:00
7 lines
121 B
C
7 lines
121 B
C
#ifndef H_APP_CLI_H
|
|
#define H_APP_CLI_H
|
|
|
|
void initialize_cli(int argc, char const *argv[]);
|
|
void free_cli(void);
|
|
|
|
#endif
|