shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}