bulk changes: main feat: GNU target

This commit is contained in:
2025-08-23 07:20:35 -04:00
parent fb12449431
commit ea32095d27
12 changed files with 817 additions and 17 deletions

View File

@@ -11,6 +11,9 @@ int getopt_long(int argc, char *const argv[], const char *optstring,
char *str_dup(char *s);
extern int fno;
extern bool flast;
int mkdir_p(const char *path);
int cfprintf(const char *path, const char *format, ...);