shithub: npe

ref: 91f426bd7c4eacd1656ae8da651eb9deb93d5763
dir: /libnpe/fts_close.c/

View raw version
#include <fts.h>

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

	return 0;
}