/*
	sub2.h
*/

int		ctox(char c);
void	putmsg_width(int x, int y, int width, char *msg, int col);
void	dispAttentionMsg(char *msg);
int		check_yes_no(char *msg);
void	ms_get(MSDAT *ms);
int		set_intfunc(void (*func)(), int timer);
int		clr_intfunc();
void	int_init();
void	int_end();
char	*moscsr_timer();
