/*		STDIO.H		Standard Small-C Definitions	*/

#define	stdin		0
#define	stdout	1
#define	stderr	2
#define	ERR		(-2)
#define	EOF		(-1)
#define	YES		1
#define	NO			0
#define	NULL		(-32768)
#define	CR			13
#define	LF			10
#define	BELL		7
#define	SPACE		' '
#define	NEWLINE	LF
#define	TAB		9

/* 24/7/88 Library long function declarations */

long	itod(), itou(), itox(), itoo(), strcat(), strchr(), strcpy(), strncat(),
		strncpy(), strrchr(), mlalloc(), malloc(), clalloc(), calloc(),
		avail(), atol(), ultoa(), ltoa(), _makeabs(), _makerel(),
		date(), ftol(), gets(), fgets(), get_chanid(), dataspace(), datastart(),
		labs();

