[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.13 and 1.15

version 1.13, 2003/11/27 15:56:08 version 1.15, 2003/12/20 13:38:04
Line 1 
Line 1 
 @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.12 2003/11/01 23:58:44 takayama Exp $  @comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/io.texi,v 1.14 2003/12/18 10:26:20 ohara 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 17 
Line 17 
 * bload27::  * bload27::
 * print::  * print::
 * access::  * access::
   * remove_file::
 * open_file close_file get_line get_byte put_byte purge_stdin::  * open_file close_file get_line get_byte put_byte purge_stdin::
 @end menu  @end menu
   
Line 535  xyz123gahaha
Line 536  xyz123gahaha
 @end example  @end example
   
 \JP @node access,,, $BF~=PNO(B  \JP @node access,,, $BF~=PNO(B
 \EG @node aceess,,, Inputs and Outputs  \EG @node access,,, Inputs and Outputs
 @subsection @code{access}  @subsection @code{access}
 @findex access  @findex access
   
Line 547  xyz123gahaha
Line 548  xyz123gahaha
   
 @table @var  @table @var
 @item return  @item return
 0 or 1  (1|0)
 @item file  @item file
 \JP $B%U%!%$%kL>(B  \JP $B%U%!%$%kL>(B
 \EG filename  \EG filename
Line 560  xyz123gahaha
Line 561  xyz123gahaha
 \E  \E
 @end itemize  @end itemize
   
   \JP @node remove_file,,, $BF~=PNO(B
   \EG @node remove_file,,, Inputs and Outputs
   @subsection @code{remove_file}
   @findex remove_file
   
   @table @t
   @item remove_file(@var{file})
   \JP :: @var{file} $B$r>C5n$9$k(B.
   \EG :: Delete an file @var{file}.
   @end table
   
   @table @var
   @item return
   1
   @item file
   \JP $B%U%!%$%kL>(B
   \EG filename
   @end table
   
 \JP @node open_file close_file get_line get_byte put_byte purge_stdin,,, $BF~=PNO(B  \JP @node open_file close_file get_line get_byte put_byte purge_stdin,,, $BF~=PNO(B
 \EG @node open_file close_file get_line get_byte put_byte purge_stdin,,, Inputs and Outputs  \EG @node open_file close_file get_line get_byte put_byte purge_stdin,,, Inputs and Outputs
 @subsection @code{open_file}, @code{close_file}, @code{get_line}, @code{get_byte}, @code{put_byte}, @code{purge_stdin}  @subsection @code{open_file}, @code{close_file}, @code{get_line}, @code{get_byte}, @code{put_byte}, @code{purge_stdin}
Line 586  xyz123gahaha
Line 606  xyz123gahaha
 @item put_byte(@var{num},@var{c})  @item put_byte(@var{num},@var{c})
 \JP :: $B<1JL;R(B @var{num} $B$N%U%!%$%k$K(B 1 $B%P%$%H(B @var{c} $B$r=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 @var{c} 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()
 \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.
 \EG :: Clears the buffer for the standard input.  \EG :: Clears the buffer for the standard input.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

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