/usr/share/mozart/doc/cpiref/node1.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>1.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="ip.html">- Up -</A></TD><TD><A href="node2.html#r_expect">Next >></A></TD></TR></TABLE><DIV id="r_overview"><H2><A name="r_overview">1.1 Overview</A></H2><P>This reference is intended to be a supplement to the user manual. It is assumed that the reader has already read the manual and is familiar with the concepts of the C<SPAN class="allcaps">PI</SPAN> . </P><DIV class="apropos"><P class="margin">Include Files</P><P> The value of the environment variable <CODE>OZHOME</CODE> is supposed to denote the installation directory of the Oz system to be used. The abstractions provided by the C<SPAN class="allcaps">PI</SPAN> are defined in the following header file. </P><BLOCKQUOTE class="code"><CODE>$<SPAN class="variablename">OZHOME</SPAN>/include/mozart_cpi.hh</CODE></BLOCKQUOTE><P> This file includes the file <CODE>mozart.h</CODE> which provides the basic functionality for interfacing Oz with C/C++ code. For details see <A href="../foreign/index.html">``Interfacing to C and C++''</A>. </P></DIV><DIV class="apropos"><P class="margin">Naming Conventions</P><P> The C<SPAN class="allcaps">PI</SPAN> defines classes, functions, macros etc. Their names begin with <CODE>OZ_</CODE>. Names of macros are made up of upper case letters. Member functions and data members begin with lower case letters. The name of accessor functions begin with <CODE>get</CODE> and names of predicates begin with <CODE>is</CODE>.</P></DIV><P>The C/C++ compiler to be used is <EM>gcc</EM> version 2.7.2 or higher. </P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="ip.html">- Up -</A></TD><TD><A href="node2.html#r_expect">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>
|