shithub: npe

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

View raw version
#include <fts.h>

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

	return 0;
}