feat: FASM target

This commit is contained in:
2025-08-22 20:51:25 -04:00
parent 8fb97ffa8f
commit a38010ec62
7 changed files with 108 additions and 60 deletions

View File

@@ -3,11 +3,14 @@
#include "../include/yait.h"
licence_t TOlicence(const char *s);
licence_t TOlicence(char *s);
style_t TOstyle(char *s);
int getopt_long(int argc, char *const argv[], const char *optstring,
const struct option *longopts, int *longindex);
char *str_dup(char *s);
int mkdir_p(const char *path);
int cfprintf(const char *path, const char *format, ...);