home *** CD-ROM | disk | FTP | other *** search
- include compiler.inc
-
- ttl rewind, 1.05, 10-21-86, jwk
-
- dseg
- cseg
-
- xtfs <lseek, $strhand>
-
- ; rewind(stream) FILE *stream;
- ; { return (int) lseek(hdl(stream),0L,0);
- ; }
-
- procdef rewind, <<stream,ptr>>
- callit $strhand, <<stream,ptr>>
- xor bx,bx
- callit lseek, <<bx, reg>, <bx, reg>, <bx, reg>, <ax, reg>>
- pret
- pend rewind
-
- finish
-