/usr/share/mozart/doc/cpiref/node15.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>4.1 Overview</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="pel.html">- Up -</A></TD><TD><A href="node16.html#pel.paramtable">Next >></A></TD></TR></TABLE><DIV id="pel.overview"><H2><A name="pel.overview">4.1 Overview</A></H2><P></P><DL><DT class="enumtype"><CODE>pf_return_t</CODE> <A name="label307"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>enumerable type</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE><SPAN class="keyword">typedef</SPAN> <SPAN class="keyword">enum</SPAN> { <SPAN class="variablename">pf_failed</SPAN>, <BR> <SPAN class="variablename">pf_entailed</SPAN>, <BR> <SPAN class="variablename">pf_sleep</SPAN> } <SPAN class="variablename">pf_return_t</SPAN>;</CODE></BLOCKQUOTE><P> </P></BLOCKQUOTE></DD><DD><P>Return type of a propagation function. </P></DD><DT class="fncttype"><CODE>pf_fnct_t</CODE> <A name="label308"></A><SPAN class="entrycategory"><SPAN class="entrycategorybracket"> [</SPAN><I>function type</I><SPAN class="entrycategorybracket">]</SPAN></SPAN></DT><DD><BLOCKQUOTE class="synopsis"><P></P><BLOCKQUOTE class="code"><CODE><SPAN class="keyword">typedef</SPAN> <SPAN class="type">pf_return_t</SPAN> (* <SPAN class="type">pf_fnct_t</SPAN>)(<SPAN class="type">int</SPAN> *, <SPAN class="type">PEL_SuspVar</SPAN> * []);</CODE></BLOCKQUOTE><P> </P></BLOCKQUOTE></DD><DD><P>Type of a propagation function. A propagation function takes an array of parameter indicies and an array of references to constrained variables (<CODE>(<SPAN class="type">PEL_SuspVar</SPAN> *)</CODE>). It returns a value of type <CODE>pf_return_t</CODE>. </P></DD></DL><P> </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="pel.html">- Up -</A></TD><TD><A href="node16.html#pel.paramtable">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|