feat: simple

This commit is contained in:
2025-08-22 08:45:36 -04:00
parent 6837ee4f15
commit fbbcb22867
5 changed files with 18 additions and 12 deletions

View File

@@ -5,14 +5,10 @@
licence_t TOlicence(const char *s);
struct option {
const char *name;
int has_arg;
int *flag;
int val;
};
int getopt_long(int argc, char *const argv[], const char *optstring,
const struct option *longopts, int *longindex);
int mkdir_p(const char *path);
int cfprintf(const char *path, const char *format, ...);
#endif