Implementing XML

This commit is contained in:
2024-07-08 16:56:54 +05:30
commit d8d3c80ad4
95 changed files with 9150 additions and 0 deletions

10
include/scan.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __SCAN_H
#define __SCAN_H
#include <command.h>
#include <stdlib.h>
int cache_location(const char* directory_path, const char* git_project_path);
#endif