home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * Procedures to print/change the current directory. *
- * Both routine assume the usage of GraphGen.c graphic module, and use the *
- * MenuArea (MsgArea) as i/o (print and read). *
- * Ver 0.2 Gershon Elber May. 89 *
- ******************************************************************************/
-
- #ifndef DIR_GRAF_H
- #define DIR_GRAF_H
-
- #define DEFAULT_FILE_TO_DIR "*.*"
-
- void PrintDir(char *FileToDir);
- void ChangeDir(void);
-
- #endif DIR_GRAF_H
-