#include "defs.h" #include #include INT isfile(f) STRING f; { struct stat b; return(stat(f, &b)>=0); }