shithub: npe

ref: cbf06cb5d57dcf1c8fbe27090b9002479c47b92c
dir: /libnpe/fts_close.c/

View raw version
#include <fts.h>

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

	return 0;
}