/usr/share/doc/cl-uffi/html/null-cstring-pointer.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 | <?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>+null-cstring-pointer+</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="objects.html" title="Objects" /><link rel="prev" href="null-pointer-p.html" title="null-pointer-p" /><link rel="next" href="with-cast-pointer.html" title="with-cast-pointer" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">+null-cstring-pointer+</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="null-pointer-p.html">Prev</a> </td><th width="60%" align="center">Objects</th><td width="20%" align="right"> <a accesskey="n" href="with-cast-pointer.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="+null-cstring-pointer+"><a id="null-cstring-pointer"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>+null-cstring-pointer+ — A constant <code class="constant">NULL</code> cstring pointer.
<b>Constant</b></p></div><div class="refsect1" title="Description"><a id="id407002"></a><h2>Description</h2><p>
A <code class="constant">NULL</code> cstring pointer. This can be used for testing
if a cstring returned by a function is <code class="constant">NULL</code>.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="null-pointer-p.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="objects.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="with-cast-pointer.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">null-pointer-p </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> with-cast-pointer</td></tr></table></div></body></html>
|