Загрузить файлы в «src»

This commit is contained in:
8nlight 2023-10-04 20:05:52 +03:00
parent cb36574ee7
commit cd73acea6b
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <sys/stat.h>
#include <libgen.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
int main(const int argc, const char **argv) {