summaryrefslogtreecommitdiff
path: root/src/user/lib/include/ftw.h
blob: 6dc81327f112830aa3dc603d35d88513bf74fa2b (plain)
1
2
3
4
5
6
#pragma once
#include <sys/stat.h>

int ftw(const char *dirpath,
		int (*fn)(const char *fpath, const struct stat *sb, int typeflag),
		int nopenfd);