@ciao-lang/ts-ciao-interface
Version:
Simple Ciao interface for node.
257 lines • 64.3 kB
HTML
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="theme-color" content="#273f79"/><link rel="stylesheet" href="lpdoc.css" type="text/css"/><script type="text/javascript" src="lpdoc.js"></script><title>Classic Prolog predicates — The Ciao System v1.22</title></head><body><div class="lpdoc-page fixleftbar"><a href="#" id="sidebar-toggle-button" class="lpdoc-navbutton"><span id="sidebar-button-arrow">☰</span></a><div id="sidebar" class="lpdoc-sidebar"><div style="height: 40px; margin-left: auto; margin-right: auto"><img src="ciao-logo_autofig.png" width=auto height=100%></div><div class="lpdoc-nav"><span class="lpdoc-on-right"><a class="lpdoc-navbutton" href="classic_doc.html">↑</a><a class="lpdoc-navbutton" href="classic_doc.html">←</a><a class="lpdoc-navbutton" href="iso_strict_doc.html">→</a><a class="lpdoc-navbutton" href="ciaosearch.html">🔍</a></span><span><a href="ciaofulltoc.html">TOC</a></span></div><hr></hr><ul class="lpdoc-itemize-sectpath"><li><a href="ciao.html">The Ciao System</a> »<br/> </li><li><a href="CompatProlog.html">PART V - Compatibility</a> »<br/> </li><li><a href="classic_doc.html">Classic Prolog</a> »<br/> </li><li><a href=""><strong>Classic Prolog predicates</strong></a></li></ul><hr></hr><em>ON THIS PAGE</em><ul><li><a href="#Usage and interface">Usage and interface</a></li><li><a href="#Documentation on exports">Documentation on exports</a></li><li><a href="#Documentation on imports">Documentation on imports</a></li></ul></div><div class="lpdoc-main"><div id=""><h1>Classic Prolog predicates</h1><a class="lpdoc-idx-anchor" href="ciaosearch.html#classic_predicates"></a>
<strong>Author(s):</strong> <a class="lpdoc-idx-anchor" id="Daniel Cabeza" href="ciaosearch.html#Daniel Cabeza">Daniel Cabeza</a>, <a class="lpdoc-idx-anchor" id="Jose F. Morales" href="ciaosearch.html#Jose F. Morales">Jose F. Morales</a>, <a class="lpdoc-idx-anchor" id="Manuel Hermenegildo" href="ciaosearch.html#Manuel Hermenegildo">Manuel Hermenegildo</a>.<p>
This module reexports the predicates required by the <a class="lpdoc-idx-anchor" id="0" href="ciaosearch.html#classical Prolog">classical Prolog</a> package.<br/><div id="Usage and interface"><h2>Usage and interface</h2><div class="lpdoc-cartouche"><ul><li><strong>Library usage:</strong><br/><tt>:- use_module(library(classic/classic_predicates)).</tt></ul></div></div><div id="Documentation on exports"><h2>Documentation on exports</h2><div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="op/3" href="ciaosearch.html#op/3">op/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="1" href="operators.html"><tt>operators</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="current_op/3" href="ciaosearch.html#current_op/3">current_op/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="2" href="operators.html"><tt>operators</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="member/2" href="ciaosearch.html#member/2">member/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="3" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="append/3" href="ciaosearch.html#append/3">append/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="4" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="delete/3" href="ciaosearch.html#delete/3">delete/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="5" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="select/3" href="ciaosearch.html#select/3">select/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="6" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="nth/3" href="ciaosearch.html#nth/3">nth/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="7" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="last/2" href="ciaosearch.html#last/2">last/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="8" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="reverse/2" href="ciaosearch.html#reverse/2">reverse/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="9" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="length/2" href="ciaosearch.html#length/2">length/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="10" href="lists.html"><tt>lists</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="use_module/1" href="ciaosearch.html#use_module/1">use_module/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="11" href="compiler.html"><tt>compiler</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="use_module/2" href="ciaosearch.html#use_module/2">use_module/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="12" href="compiler.html"><tt>compiler</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="ensure_loaded/1" href="ciaosearch.html#ensure_loaded/1">ensure_loaded/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="13" href="compiler.html"><tt>compiler</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="^/2" href="ciaosearch.html#^/2">^/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="14" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="findnsols/5" href="ciaosearch.html#findnsols/5">findnsols/5</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="15" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="findnsols/4" href="ciaosearch.html#findnsols/4">findnsols/4</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="16" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="findall/4" href="ciaosearch.html#findall/4">findall/4</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="17" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="findall/3" href="ciaosearch.html#findall/3">findall/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="18" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="bagof/3" href="ciaosearch.html#bagof/3">bagof/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="19" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="setof/3" href="ciaosearch.html#setof/3">setof/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="20" href="aggregates.html"><tt>aggregates</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read_option/1" href="ciaosearch.html#read_option/1">read_option/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="21" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="second_prompt/2" href="ciaosearch.html#second_prompt/2">second_prompt/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="22" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read_top_level/3" href="ciaosearch.html#read_top_level/3">read_top_level/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="23" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read_term/3" href="ciaosearch.html#read_term/3">read_term/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="24" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read_term/2" href="ciaosearch.html#read_term/2">read_term/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="25" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read/2" href="ciaosearch.html#read/2">read/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="26" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="read/1" href="ciaosearch.html#read/1">read/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="27" href="read.html"><tt>read</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_attribute/1" href="ciaosearch.html#write_attribute/1">write_attribute/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="28" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="printable_char/1" href="ciaosearch.html#printable_char/1">printable_char/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="29" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="prettyvars/1" href="ciaosearch.html#prettyvars/1">prettyvars/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="30" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="numbervars/3" href="ciaosearch.html#numbervars/3">numbervars/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="31" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="portray_clause/1" href="ciaosearch.html#portray_clause/1">portray_clause/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="32" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="portray_clause/2" href="ciaosearch.html#portray_clause/2">portray_clause/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="33" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="printq/1" href="ciaosearch.html#printq/1">printq/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="34" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="printq/2" href="ciaosearch.html#printq/2">printq/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="35" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="print/1" href="ciaosearch.html#print/1">print/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="36" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="print/2" href="ciaosearch.html#print/2">print/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="37" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_canonical/1" href="ciaosearch.html#write_canonical/1">write_canonical/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="38" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_canonical/2" href="ciaosearch.html#write_canonical/2">write_canonical/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="39" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="writeq/1" href="ciaosearch.html#writeq/1">writeq/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="40" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="writeq/2" href="ciaosearch.html#writeq/2">writeq/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="41" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write/1" href="ciaosearch.html#write/1">write/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="42" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write/2" href="ciaosearch.html#write/2">write/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="43" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_option/1" href="ciaosearch.html#write_option/1">write_option/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="44" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_term/2" href="ciaosearch.html#write_term/2">write_term/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="45" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="write_term/3" href="ciaosearch.html#write_term/3">write_term/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="46" href="write.html"><tt>write</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="put_char/2" href="ciaosearch.html#put_char/2">put_char/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="47" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="put_char/1" href="ciaosearch.html#put_char/1">put_char/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="48" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="peek_char/2" href="ciaosearch.html#peek_char/2">peek_char/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="49" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="peek_char/1" href="ciaosearch.html#peek_char/1">peek_char/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="50" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_char/2" href="ciaosearch.html#get_char/2">get_char/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="51" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_char/1" href="ciaosearch.html#get_char/1">get_char/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="52" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="char_codes/2" href="ciaosearch.html#char_codes/2">char_codes/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="53" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="number_chars/2" href="ciaosearch.html#number_chars/2">number_chars/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="54" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="atom_chars/2" href="ciaosearch.html#atom_chars/2">atom_chars/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="55" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="char_code/2" href="ciaosearch.html#char_code/2">char_code/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="56" href="iso_char.html"><tt>iso_char</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="unify_with_occurs_check/2" href="ciaosearch.html#unify_with_occurs_check/2">unify_with_occurs_check/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="57" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="sub_atom/5" href="ciaosearch.html#sub_atom/5">sub_atom/5</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="58" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="compound/1" href="ciaosearch.html#compound/1">compound/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="59" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="call_det/2" href="ciaosearch.html#call_det/2">call_det/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="60" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="forall/2" href="ciaosearch.html#forall/2">forall/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="61" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="once/1" href="ciaosearch.html#once/1">once/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="62" href="iso_misc.html"><tt>iso_misc</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="format_control/1" href="ciaosearch.html#format_control/1">format_control/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="63" href="format.html"><tt>format</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="format_to_string/3" href="ciaosearch.html#format_to_string/3">format_to_string/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="64" href="format.html"><tt>format</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="sformat/3" href="ciaosearch.html#sformat/3">sformat/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="65" href="format.html"><tt>format</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="format/3" href="ciaosearch.html#format/3">format/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="66" href="format.html"><tt>format</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="format/2" href="ciaosearch.html#format/2">format/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="67" href="format.html"><tt>format</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="keypair/1" href="ciaosearch.html#keypair/1">keypair/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="68" href="sort.html"><tt>sort</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="keylist/1" href="ciaosearch.html#keylist/1">keylist/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="69" href="sort.html"><tt>sort</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="keysort/2" href="ciaosearch.html#keysort/2">keysort/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="70" href="sort.html"><tt>sort</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="sort/2" href="ciaosearch.html#sort/2">sort/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="71" href="sort.html"><tt>sort</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="between/3" href="ciaosearch.html#between/3">between/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="72" href="between.html"><tt>between</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="find_executable/2" href="ciaosearch.html#find_executable/2">find_executable/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="73" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_home/1" href="ciaosearch.html#get_home/1">get_home/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="74" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="using_windows/0" href="ciaosearch.html#using_windows/0">using_windows/0</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="75" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="cyg2win_a/3" href="ciaosearch.html#cyg2win_a/3">cyg2win_a/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="76" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="no_swapslash/3" href="ciaosearch.html#no_swapslash/3">no_swapslash/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="77" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="cyg2win/3" href="ciaosearch.html#cyg2win/3">cyg2win/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="78" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="winpath_c/3" href="ciaosearch.html#winpath_c/3">winpath_c/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="79" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="winpath/2" href="ciaosearch.html#winpath/2">winpath/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="80" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="winpath/3" href="ciaosearch.html#winpath/3">winpath/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="81" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="fd_close/1" href="ciaosearch.html#fd_close/1">fd_close/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="82" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="fd_dup/2" href="ciaosearch.html#fd_dup/2">fd_dup/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="83" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="system/2" href="ciaosearch.html#system/2">system/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="84" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="system/1" href="ciaosearch.html#system/1">system/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="85" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="shell/2" href="ciaosearch.html#shell/2">shell/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="86" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="shell/1" href="ciaosearch.html#shell/1">shell/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="87" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="shell/0" href="ciaosearch.html#shell/0">shell/0</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="88" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_numcores/1" href="ciaosearch.html#get_numcores/1">get_numcores/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="89" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_grnam/1" href="ciaosearch.html#get_grnam/1">get_grnam/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="90" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_pwnam/1" href="ciaosearch.html#get_pwnam/1">get_pwnam/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="91" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_gid/1" href="ciaosearch.html#get_gid/1">get_gid/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="92" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_uid/1" href="ciaosearch.html#get_uid/1">get_uid/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="93" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_pid/1" href="ciaosearch.html#get_pid/1">get_pid/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="94" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="kill/2" href="ciaosearch.html#kill/2">kill/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="95" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="wait/2" href="ciaosearch.html#wait/2">wait/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="96" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="pause/1" href="ciaosearch.html#pause/1">pause/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="97" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="dev_null/1" href="ciaosearch.html#dev_null/1">dev_null/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="98" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="get_tmp_dir/1" href="ciaosearch.html#get_tmp_dir/1">get_tmp_dir/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="99" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="system_error_report/1" href="ciaosearch.html#system_error_report/1">system_error_report/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="100" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="make_directory/1" href="ciaosearch.html#make_directory/1">make_directory/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="101" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="make_directory/2" href="ciaosearch.html#make_directory/2">make_directory/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="102" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="rename_file/2" href="ciaosearch.html#rename_file/2">rename_file/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="103" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="delete_file/1" href="ciaosearch.html#delete_file/1">delete_file/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="104" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="delete_directory/1" href="ciaosearch.html#delete_directory/1">delete_directory/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="105" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="set_exec_mode/2" href="ciaosearch.html#set_exec_mode/2">set_exec_mode/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="106" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="chmod/3" href="ciaosearch.html#chmod/3">chmod/3</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="107" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="chmod/2" href="ciaosearch.html#chmod/2">chmod/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="108" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="fmode/2" href="ciaosearch.html#fmode/2">fmode/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="109" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="touch/1" href="ciaosearch.html#touch/1">touch/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="110" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="modif_time0/2" href="ciaosearch.html#modif_time0/2">modif_time0/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="111" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="modif_time/2" href="ciaosearch.html#modif_time/2">modif_time/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="112" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="file_properties/6" href="ciaosearch.html#file_properties/6">file_properties/6</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="113" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="file_property/2" href="ciaosearch.html#file_property/2">file_property/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="114" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="file_exists/2" href="ciaosearch.html#file_exists/2">file_exists/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="115" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="file_exists/1" href="ciaosearch.html#file_exists/1">file_exists/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="116" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="mktemp_in_tmp/2" href="ciaosearch.html#mktemp_in_tmp/2">mktemp_in_tmp/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="117" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="mktemp/2" href="ciaosearch.html#mktemp/2">mktemp/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="118" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="directory_files/2" href="ciaosearch.html#directory_files/2">directory_files/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="119" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="cd/1" href="ciaosearch.html#cd/1">cd/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="120" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="working_directory/2" href="ciaosearch.html#working_directory/2">working_directory/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="121" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="umask/2" href="ciaosearch.html#umask/2">umask/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="122" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="current_executable/1" href="ciaosearch.html#current_executable/1">current_executable/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="123" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="current_host/1" href="ciaosearch.html#current_host/1">current_host/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="124" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="extract_paths/2" href="ciaosearch.html#extract_paths/2">extract_paths/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="125" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="current_env/2" href="ciaosearch.html#current_env/2">current_env/2</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="126" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">(UNDOC_REEXPORT)</span><a class="lpdoc-idx-anchor" id="del_env/1" href="ciaosearch.html#del_env/1">del_env/1</a></div><div class="lpdoc-deftext">
Imported from <a class="lpdoc-idx-anchor" id="127" href="system.html"><tt>system</tt></a> (see the corresponding documentation for details).<br/></div></div><p>
<di