#define	S_INT	1
#define	US_INT	2
#define	L_INT	3
#define	UL_INT	4
#define	CHAR	5
#define	POINTER	6

void	VC_cls();
void	VC_setWriteColor( int fc );
void	VC_setBackColor( int bc );
void	VC_locate( int x, int y );
void	VC_init( char *work, int bx, int by, int w, int l, int fc, int bc );
int		VC_printf( char *fmt, ... );
