.TITLE STIM Set System Time .IDENT "V1.0" .ENABL LC .PSECT C$CODE ;+ ; Index STIM Set System Time ; ; ; Usage ; ; #include ; #include /* Time param's struct */ ; struct timbuf newtim; /* New time */ ; struct timbuf oldtim; /* Old time */ ; word status; /* Returned DSW */ ; ; status = stim(&newtim, &oldtim); ; ; ; Notes ; ; Second parameter may be zero if no old time needed. ; [end] ;- ; Edits: ; V1.0 20-Oct-82 RBD Initial Edit ; .mcall stim$s stim:: mov sp,r0 stim$s 2(r0),4(r0) mov $dsw,r0 return .end