/* File:  os←port.h - Last Edit:  */
/* arvani		Thu Feb  8 11:33:05 1990 */
/** os←port.h 1.1, last change 11/10/88 **/
/* Copyright (C) by Xerox Corporation, 1990.  All rights reserved. */


#ifndef	←COURIER←OS←PORT←
#define	←COURIER←OS←PORT←

#include <fcntl.h>
#define	cour←bdt←write		write
#define	cour←bdt←read		read
#define	index			strchr
#define	rindex			strrchr

#define	MAX←STACK←BUF		512

#endif