summaryrefslogtreecommitdiff
path: root/src/ftw/struct_FTW.h
blob: fb2188830b63784d0cf324a01de160708137a4e5 (plain)
1
2
3
4
5
6
7
8
9
10
#include <ftw.h>

struct FTW {
	int base;
	int level;
};

/*
XOPEN(400)
*/