#define FileLen 80 #define NumEntries 30 void Path_Slash(char *s,int flg); void Getcwdname(char *s,char *rs); void Prt_Attr_Str(int col, int row, int color, char *s); int Julian(int day,int month, int year) ; int Leapyear(int year) ; void Hex_Str(char *str) ; void New_To_Null(char *str) ; void Str_Toupper(char *str) ; void Get_Time(char *buff, int sep); void Get_Date(char *buff,int sep) ; /*::::::::::::::::::::[ FILE OPERATION ROUTINES ]:::::::::::::::::::::*/ void Ropenfile(char *filename); void Wopenfile(char *filename); void Aopenfile(char *filename); void Fclosefile(); void Freadline(char *s); void Fwriteline(char *s); void Fwritelinec(char *s); void Readfile (char *filename,char *s,int linenum); int Fexist(char *s); /*=======================================================================*/ int Get_Dir_Info(char *findpath,char *dirbuff); void Kill_Dir(char *findpath);