view lib/isdir.h @ 12505:3ee6b222df37

isdir: clean up, since at least grep still uses it * lib/isdir.c: Include "isdir.h". (S_ISDIR): Remove now-unneeded definition. * modules/isdir (Files): Add lib/isdir.h. * lib/isdir.h: New file, with declaration. * m4/isdir.m4: Remove file -- unneeded.
author Jim Meyering <meyering@redhat.com>
date Sat, 26 Dec 2009 09:56:23 +0100
parents
children
line wrap: on
line source

int isdir (const char *path);