shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}