A.44 library(readutil): Read utilities
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(readutil): Read utilities
          • read_line_to_codes/2
          • read_line_to_codes/3
          • read_line_to_string/2
          • read_stream_to_codes/2
          • read_stream_to_codes/3
          • read_file_to_codes/3
          • read_file_to_string/3
          • read_file_to_terms/3
    • Packages
Availability::- use_module(library(readutil)).(can be autoloaded)
Source[det]read_stream_to_codes(+Stream, -Codes)
[det]read_stream_to_codes(+Stream, -Codes, ?Tail)
Read input from Stream to a list of character codes. The version read_stream_to_codes/3 creates a difference-list.