/usr/share/doc/cl-uffi/html/convert-from-cstring.html is in cl-uffi 2.1.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>convert-from-cstring</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="UFFI Reference Guide" /><link rel="up" href="strings.html" title="Strings" /><link rel="prev" href="strings.html" title="Strings" /><link rel="next" href="convert-to-cstring.html" title="convert-to-cstring" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">convert-from-cstring</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="strings.html">Prev</a> </td><th width="60%" align="center">Strings</th><td width="20%" align="right"> <a accesskey="n" href="convert-to-cstring.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="convert-from-cstring"><a id="convert-from-cstring"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>convert-from-cstring — Converts a cstring to a Lisp string.<b>Macro</b></p></div><div class="refsynopsisdiv" title="Syntax"><h2>Syntax</h2><pre class="synopsis">
<code class="function">convert-from-cstring</code>
<em class="replaceable"><code>cstring</code></em>
=>
<span class="returnvalue">string</span>
</pre></div><div class="refsect1" title="Arguments and Values"><a id="id371152"></a><h2>Arguments and Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>cstring</code></em></span></dt><dd><p>A cstring.
</p></dd><dt><span class="term"><span class="returnvalue">string</span></span></dt><dd><p>A Lisp string.
</p></dd></dl></div></div><div class="refsect1" title="Description"><a id="id396519"></a><h2>Description</h2><p>
Converts a Lisp string to a <code class="constant">cstring</code>. This is
most often used when processing the results of a foreign function
that returns a cstring.
</p></div><div class="refsect1" title="Side Effects"><a id="id396535"></a><h2>Side Effects</h2><p>None.</p></div><div class="refsect1" title="Affected by"><a id="id372616"></a><h2>Affected by</h2><p>None.</p></div><div class="refsect1" title="Exceptional Situations"><a id="id372627"></a><h2>Exceptional Situations</h2><p>None.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="strings.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="strings.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="convert-to-cstring.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Strings </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> convert-to-cstring</td></tr></table></div></body></html>
|