shithub: npe

ref: 3e659eda301488f5e86c68c81e2ff2a88b6755f9
dir: /libnpe/fts_close.c/

View raw version
#include <fts.h>

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

	return 0;
}