Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.6 library(charsio): I/O on Lists of Character Codes
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(charsio): I/O on Lists of Character Codes
format_to_chars/3
format_to_chars/4
write_to_chars/2
write_to_chars/3
atom_to_chars/2
atom_to_chars/3
number_to_chars/2
number_to_chars/3
read_from_chars/2
read_term_from_chars/3
open_chars_stream/2
with_output_to_chars/2
with_output_to_chars/3
with_output_to_chars/4
Packages
Availability:
:- use_module(
library(charsio)
).
(can be autoloaded)
[det]
atom_to_chars
(
+Atom, -Codes, ?Tail
)
Convert
Atom
into a difference list of character codes.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)