1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +00:00
zap/facil.io/examples/boiler_plate/src/cli.h
2023-12-22 04:03:32 +01:00

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