#| -*-Scheme-*-
-$Id: io.scm,v 14.79 2004/02/16 05:36:50 cph Exp $
+$Id: io.scm,v 14.80 2004/12/20 04:38:37 cph Exp $
Copyright 1986,1987,1988,1990,1991,1993 Massachusetts Institute of Technology
Copyright 1994,1995,1998,1999,2000,2001 Massachusetts Institute of Technology
((ucode-primitive file-set-position 2) (channel-descriptor channel)
position))
+(define (channel-file-truncate channel length)
+ ((ucode-primitive file-truncate 2) (channel-descriptor channel) length))
+
(define (make-pipe)
(without-interrupts
(lambda ()
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.522 2004/12/13 03:22:21 cph Exp $
+$Id: runtime.pkg,v 14.523 2004/12/20 04:38:49 cph Exp $
Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
channel-file-length
channel-file-position
channel-file-set-position
+ channel-file-truncate
channel-has-input?
channel-nonblocking
channel-open?