Initial commit (squashed)

This commit is contained in:
2019-09-27 22:56:07 -04:00
commit 564a17a8fa
75 changed files with 7518 additions and 0 deletions

10
src/io/walk.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef WALK_H
#define WALK_H
#define _XOPEN_SOURCE 500
#include "src/sist.h"
int walk_directory_tree(const char *);
#endif