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

@@ -45,7 +45,5 @@ typedef struct {
} manifest_t;
int create_project(manifest_t manifest);
int mkdir_p(const char *path);
int cfprintf(const char *path, const char *format, ...);
#endif // YAIT_H