~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/erl_interface/doc/src/ref_man_erl_interface.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE application SYSTEM "application.dtd">
 
3
 
 
4
<application>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>1996</year>
 
8
      <year>2007</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <legalnotice>
 
12
  The contents of this file are subject to the Erlang Public License,
 
13
  Version 1.1, (the "License"); you may not use this file except in
 
14
  compliance with the License. You should have received a copy of the
 
15
  Erlang Public License along with this software. If not, it can be
 
16
  retrieved online at http://www.erlang.org/.
 
17
 
 
18
  Software distributed under the License is distributed on an "AS IS"
 
19
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
20
  the License for the specific language governing rights and limitations
 
21
  under the License.
 
22
 
 
23
  The Initial Developer of the Original Code is Ericsson AB.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Erl_Interface Library Reference</title>
 
27
    <prepared>Gordon Beaton</prepared>
 
28
    <docno></docno>
 
29
    <date>1998-11-30</date>
 
30
    <rev>1.2</rev>
 
31
    <file>application_erl_interface.sgml</file>
 
32
  </header>
 
33
  <description>
 
34
    <p>The <c><![CDATA[erl_interface]]></c> library is a <c><![CDATA[C]]></c> interface library
 
35
      for communication with <c><![CDATA[Erlang]]></c>.</p>
 
36
    <note>
 
37
      <p>By default, the <c><![CDATA[erl_interface]]></c> library is only guaranteed
 
38
        to be compatible with other Erlang/OTP components from the same
 
39
        release as the <c><![CDATA[erl_interface]]></c> library. See the documentation
 
40
        of the
 
41
        <seealso marker="erl_eterm#erl_set_compat_rel">erl_set_compat_rel()</seealso>
 
42
        function on how to communicate with Erlang/OTP components from earlier
 
43
        releases.</p>
 
44
    </note>
 
45
  </description>
 
46
  <include file="erl_connect"></include>
 
47
  <include file="erl_error"></include>
 
48
  <include file="erl_eterm"></include>
 
49
  <include file="erl_format"></include>
 
50
  <include file="erl_global"></include>
 
51
  <include file="erl_malloc"></include>
 
52
  <include file="erl_marshal"></include>
 
53
</application>
 
54