/* Prototypes for functions defined in
fdio.c
 */

void PutCursor(int );

void ZapCursor(int );

void PutCursorXY(int , int );

void ZapCursorXY(int , int );

void MoveCrsr(int , int );

void msgc(char * , char * , char * );

void msgcenter(char * , int );

void ClearMenuWindow(char * );

void ClearBottomWindow(void);

void AnyKey(void);

void MenuFileTag(void);

void itoaCompact(char * , int );

int PrintFiles(struct Areamem * , struct Filemem * );

void SearchHelp(void);

void GeneralHelp(void);

BOOL CopyFile(char * , char * );

