Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File7.13.12 RECT32 TOS typedef struct /* Rechteck für 32-Bit-Koordinaten */ { int32 x1; int32 y1; int32 x2; int32 y2; } RECT32;