/* cdoscalls.h:  Cromemco C I/O header file

   Copyright (c) 1980 by Cromemco, Inc., All Rights Reserved

   This file contains definitions for all CDOS system calls
   which can be made using the functions rcdos and _ccdos */

  
#define	CDOSABORT	0
#define	CDOSRDCONS	1
#define	CDOSWRCONS	2
#define	CDOSRDRDR	3
#define	CDOSWRPUN	4
#define	CDOSWRLPT	5
#define	CDOSGETIOB	7
#define	CDOSSETIOB	8
#define	CDOSPUTL	9
#define	CDOSGETL	10
#define	CDOSTESTC	11
#define	CDOSRELEASE	12
#define	CDOSBOOT	13
#define	CDOSSELECT	14
#define	CDOSOPEN	15
#define	CDOSCLOSE	16
#define	CDOSERASE	19
#define	CDOSREAD	20
#define	CDOSWRITE	21
#define	CDOSCREATE	22
#define	CDOSRENAME	23
#define	CDOSLOG		24
#define	CDOSQDSK	25
#define	CDOSDMA		26
#define	CDOSRDNOECHO	128
#define	CDOSSETCC	130
#define	CDOSRDBLK	131
#define	CDOSWRBLK	132
#define	CDOSBFN		134	/* note:  address of terminator
			                  not returned */
#define	CDOSUPDATE	135
#define	CDOSLINK	136
#define CDOSMUL		137
#define CDOSDIV		138
#define	CDOSHOME	139
#define	CDOSEJECT	140
#define	CDOSCRT		142
#define	CDOSSETDATE	143
#define	CDOSSETTIME	145
#define	CDOSRCODE	147
#define	CDOSATTR	148
#define	CDOSBOTTOM	151
