GNU Info

Info Node: (slib.info)Standard Formatted I/O

(slib.info)Standard Formatted I/O


Next: Programs and Arguments Prev: Format Up: Textual Conversion Packages
Enter node , (file) or (file)node

Standard Formatted I/O
======================

Standard Formatted Output
'printf
Standard Formatted Input
'scanf
stdio
-----

  `(require 'stdio)'

  `require's `printf' and `scanf' and additionally defines the symbols:

 - Variable: stdin
     Defined to be `(current-input-port)'.

 - Variable: stdout
     Defined to be `(current-output-port)'.

 - Variable: stderr
     Defined to be `(current-error-port)'.


automatically generated by info2www version 1.2.2.9