shithub: npe

ref: 56b539819f0062e370b9834f0e44afaf46a4018a
dir: /libnpe/fts_close.c/

View raw version
#include <fts.h>

int
fts_close(FTS *f)
{
	/* FIXME */
	USED(f);

	return 0;
}