9cf9c07dadaa1a8621fdb68cecf704b6903b9d0b
[uffi.git] / doc / uffi.sgml
1 <!-- -*- DocBook -*- -->
2
3 <!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
4 <!ENTITY uffi "<application><emphasis>UFFI</emphasis></application>">
5 <!ENTITY ffi "<acronym>FFI</acronym>">
6 <!ENTITY cmucl "<application>CMUCL</application>">
7 <!ENTITY lw "<application>Lispworks</application>">
8 <!ENTITY acl "<application>AllegroCL</application>">
9 <!ENTITY cl "<application>ANSI Common Lisp</application>">
10 <!ENTITY t "<constant>T</constant>">
11 <!ENTITY nil "<constant>NIL</constant>">
12 <!ENTITY null "<constant>NULL</constant>">
13 <!ENTITY c "<computeroutput>C</computeroutput>">
14 <!ENTITY defsystem "<application>defsystem</application>">
15 <!ENTITY bookinfo SYSTEM "bookinfo.sgml">
16 <!ENTITY preface SYSTEM "preface.sgml">
17 <!ENTITY intro SYSTEM "intro.sgml">
18 <!ENTITY notes SYSTEM "notes.sgml">
19 <!ENTITY ref SYSTEM "ref.sgml">
20 <!ENTITY appendix SYSTEM "appendix.sgml">
21 <!ENTITY glossary SYSTEM "glossary.sgml">
22 ]>
23
24 <book>
25 &bookinfo;
26 &preface;
27 &intro;
28 &notes;
29 &ref;
30 &appendix;
31 &glossary;
32 </book>