#ifndef FEXISTS_H #define FEXISTS_H #include "bool.h" Boolean CheckExtension(const char someLine[], const char somefileExtension[]); int Fexists (char fname[]); #endif