#ifndef FILEOPS_H #define FILEOPS_H #include #include #include "bool.h" #include "global.h" #include "fexists.h" int CheckNumReviews (int negtest); int CheckStarRating (float rating); #endif