This commit is contained in:
2025-08-21 15:51:05 -04:00
parent 4e4d867895
commit 592301d1f8
28 changed files with 201 additions and 161 deletions

8
src/util.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef UTIL_H
#define UTIL_H
#include "../include/yait.h"
licence_t TOlicence(const char *s);
#endif