/* Prototypes for functions defined in
Utils.C
 */

void Print(char * );

short LeftButton(void);

void wait_for_click(void);

ULONG FLength(char * );

void FJoin(char * , char * , char * );

void FCopy(char * , char * );

