Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.17.7 Cconos TOS Name: »Character console output status« - Check status of standard output device. Opcode: 16 Syntax: int16_t Cconos ( void ); Description: The GEMDOS routine Cconos checks whether a character may be output to GEMDOS handle 1 - normally the standard output device con:. Note: The function works correctly with redirection of input/output only as of GEMDOS Version 0.15. Return value: The function returns the status of the standard output device, as follows: Value Meaning 0 Character can not be output 1 At least one character can be output Availability: All GEMDOS versions. Group: Character input/output See also: Binding Cconout