/*****
 * windowUtils.h
 *
 *		Copyright © 1991 Symantec Corporation. All rights reserved.
 *
 *		Public interfaces for the window utilities
 *		for the LearnOOP tutorial.
 *
 *****/

void	SetUpWindows (void);
void	Prompt (char *string);
char	GetCh (char *string);
short	GetNum(char *string);