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.15.1 Salert TOS Name: »Salert« - Output alert or error-message. Opcode: 316 Syntax: void Salert ( int8_t *msg ); Description: The function Salert outputs an alert or error-message that is written to the alert pipeline U:\PIPE\ALERT. The message msg should not contain any escape or control characters, linefeeds etc. It should be a simple one-line NULL-terminated character string alert- or error-message. The function formats the message itself and sends it to the user. The exact format of the output however depends on the system configuration in use. Return value: The function has no direct result. Availability: Available when a 'MiNT' cookie with a version of at least 0.98 exists. Group: System functions See also: Binding Cconws Test for pipes