.TITLE DECL Declare Significant Event .IDENT "V1.1" .ENABL LC .PSECT C$CODE ;+ ; Index DECL Declare Significant Event ; ; ; Usage ; ; #include ; word status; /* Returned DSW */ ; ; status = decl(); ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial edit ; V1.1 19-Oct-82 RBD Change P-Section. Fix Documentation ; .mcall decl$s decl:: decl$s mov $dsw,r0 return .end