shithub: npe

ref: 3265f44938f2d6d8e954feac427aaf48a7c31b42
dir: /libnpe/fts_close.c/

View raw version
#include <fts.h>

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

	return 0;
}