Project Skeleton

This commit is contained in:
daniel 2025-06-05 01:07:21 +03:00
parent b500f3359c
commit c86f8cd336
11 changed files with 70 additions and 0 deletions

6
include/cli.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef CLI_H
#define CLI_H
int cli_run(int argc, char *argv[]);
#endif