defmodule stringio files (stringio) export (read-from-string with-input-from-string print-to-string with-output-to-string :bol :flush :eol) ;;; Added automatically, don't type beyond this line. cpexport ((read-from-string subr1 ()) (with-input-from-string dmsubr ()) ( print-to-string subr1 ()) (with-output-to-string dmsubr ()) (#:stringio:bol subr0 ()) (#:stringio:flush subr0 ()) (#:stringio:eol subr0 ())) cpfunctions () cpimport ()