Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FileCauxin()Cauxis()Cauxout()Bcostat()Cauxos() GEMDOSSyntaxWORD Cauxos( VOID )
Function Cauxos() indicated whether GEMDOS handle 2 (normally device
'aux:') is ready to receive characters.
Opcode 19 (0x13)
Availability All GEMDOSversionsBinding move.w #$13,-(sp)
trap #1
addq.l #2,sp
Return Value A value of DEV_READY (-1) is returned if the output device
is ready to receive characters or DEV_BUSY (0) if it is not.
Caveats This function actually returns the status of whatever device
GEMDOS handle 2 is redirected to. In addition, some 'C'
compilers use this handle as a standard error device. It is
therefore recommended that Bcostat() be used instead.
See Also Cauxin(), Cauxis(), Cauxout(), Bcostat().