shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}