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