- Documentation
- Reference manual
- Summary
- Library predicates
- library(aggregate)
 - library(apply)
 - library(assoc)
 - library(broadcast)
 - library(charsio)
 - library(check)
 - library(clpb)
 - library(clpfd)
 - library(clpqr)
 - library(csv)
 - library(debug)
 - library(error)
 - library(iostream)
 - library(summaries.d/iostream/tex)
 - library(lists)
 - library(main)
 - library(option)
 - library(optparse)
 - library(ordsets)
 - library(persistency)
 - library(predicate_options)
 - library(prologpack)
 - library(prologxref)
 - library(pairs)
 - library(pio)
 - library(random)
 - library(readutil)
 - library(record)
 - library(registry)
 - library(simplex)
 - library(ugraphs)
 - library(url)
 - library(www_browser)
 - library(solution_sequences)
 - library(thread_pool)
 - library(varnumbers)
 - library(yall)
 
 
 - Library predicates
 
 - Summary
 - Packages
 
 - Reference manual
 
F.2.5 library(charsio)
| atom_to_chars/2 | Convert Atom into a list of character codes. | 
| atom_to_chars/3 | Convert Atom into a difference list of character codes. | 
| format_to_chars/3 | Use format/2 to write to a list of character codes. | 
| format_to_chars/4 | Use format/2 to write to a difference list of character codes. | 
| number_to_chars/2 | Convert Atom into a list of character codes. | 
| number_to_chars/3 | Convert Number into a difference list of character codes. | 
| open_chars_stream/2 | Open Codes as an input stream. | 
| read_from_chars/2 | Read Codes into Term. | 
| read_term_from_chars/3 | Read Codes into Term. | 
| with_output_to_chars/2 | Run Goal as with once/1. | 
| with_output_to_chars/3 | Run Goal as with once/1. | 
| with_output_to_chars/4 | Same as with_output_to_chars/3 using an explicit stream. | 
| write_to_chars/2 | Write a term to a code list. | 
| write_to_chars/3 | Write a term to a code list. |