mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 16:29:04 +00:00
Initial commit (squashed)
This commit is contained in:
10
src/io/walk.h
Normal file
10
src/io/walk.h
Normal 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
|
||||
Reference in New Issue
Block a user