feat: FASM target
This commit is contained in:
@@ -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, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user