[BACK]Return to io.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / parts / builtin

Diff for /OpenXM/src/asir-doc/parts/builtin/io.texi between version 1.6 and 1.8

version 1.6, 2001/03/12 05:01:18 version 1.8, 2002/07/15 01:58:24
Line 1 
Line 1 
 @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.5 2000/11/13 00:16:36 noro Exp $  @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.7 2001/04/23 05:45:37 noro Exp $
 \BJP  \BJP
 @node $BF~=PNO(B,,, $BAH$_9~$_H!?t(B  @node $BF~=PNO(B,,, $BAH$_9~$_H!?t(B
 @section $BF~=PNO(B  @section $BF~=PNO(B
Line 555  xyz123gahaha
Line 555  xyz123gahaha
 @item get_byte(@var{num})  @item get_byte(@var{num})
 \JP :: $B<1JL;R(B @var{num} $B$N%U%!%$%k$+$i(B 1 $B%P%$%HFI$`(B.  \JP :: $B<1JL;R(B @var{num} $B$N%U%!%$%k$+$i(B 1 $B%P%$%HFI$`(B.
 \EG :: Reads a byte from the file indicated by a descriptor @var{num}.  \EG :: Reads a byte from the file indicated by a descriptor @var{num}.
 @item put_byte(@var{num})  @item put_byte(@var{num},@var{c})
 \JP :: $B<1JL;R(B @var{num} $B$N%U%!%$%k$K(B 1 $B%P%$%H=q$/(B.  \JP :: $B<1JL;R(B @var{num} $B$N%U%!%$%k$K(B 1 $B%P%$%H(B @var{c} $B$r=q$/(B.
 \EG :: Writes a byte to the file indicated by a descriptor @var{num}.  \EG :: Writes a byte @var{c} to the file indicated by a descriptor @var{num}.
 @item purge_stdin()  @item purge_stdin()
 @item purge_stdin()  @item purge_stdin()
 \JP :: $BI8=`F~NO$N%P%C%U%!$r%/%j%"$9$k(B.  \JP :: $BI8=`F~NO$N%P%C%U%!$r%/%j%"$9$k(B.
Line 606  xyz123gahaha
Line 606  xyz123gahaha
 @item @code{open_file()} opens a file.  @item @code{open_file()} opens a file.
 If @var{mode} is not specified, a file is opened for reading.  If @var{mode} is not specified, a file is opened for reading.
 If @var{mode} is specified, it is used as the mode specification for  If @var{mode} is specified, it is used as the mode specification for
 C standard I/O function {\tt fopen()}. For example @code{"w"} requests  C standard I/O function @code{fopen()}. For example @code{"w"} requests
 that the file is truncated to zero length or created for writing.  that the file is truncated to zero length or created for writing.
 @code{"a"} requests that the file is opened for writing or created  @code{"a"} requests that the file is opened for writing or created
 if it does not exist.  if it does not exist.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>