diff options
Diffstat (limited to 'doc/api-documentation/html/gbf_8h-source.html')
-rw-r--r-- | doc/api-documentation/html/gbf_8h-source.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/api-documentation/html/gbf_8h-source.html b/doc/api-documentation/html/gbf_8h-source.html new file mode 100644 index 0000000..6feefcb --- /dev/null +++ b/doc/api-documentation/html/gbf_8h-source.html @@ -0,0 +1,81 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>gbf.h Source File</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.2.15 --> +<center> +<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </center> +<hr><h1>gbf.h</h1><div class="fragment"><pre>00001 <font class="comment">/* Header for module GBF, generated by p2c */</font> +00002 <font class="preprocessor">#ifndef GBF_H</font> +00003 <font class="preprocessor"></font><font class="preprocessor">#define GBF_H</font> +00004 <font class="preprocessor"></font><font class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module SYSUTILS [271] */</font> +00005 +00006 +00007 <font class="preprocessor">#include "sysutils.h"</font> +00008 <font class="comment">/* p2c: Gbf.pas, line 5: Warning: Could not find module DIALOGS [271] */</font> +00009 <font class="preprocessor">#include "dialogs.h"</font> +00010 +00011 +00012 <font class="preprocessor">#ifdef GBF_G</font> +00013 <font class="preprocessor"></font><font class="preprocessor"># define vextern</font> +00014 <font class="preprocessor"></font><font class="preprocessor">#else</font> +00015 <font class="preprocessor"></font><font class="preprocessor"># define vextern extern</font> +00016 <font class="preprocessor"></font><font class="preprocessor">#endif</font> +00017 <font class="preprocessor"></font> +00018 +00019 +00020 <font class="keyword">typedef</font> <font class="keyword">enum</font> { +00021 tokNull, tokEOF, tokHeader, tokContent, tokTail, tokStyle, tokWord, +00022 tokSpace, tokSync, tokControl, tokChar, tokFont +00023 } TToken; +00024 <font class="keyword">typedef</font> <font class="keyword">enum</font> { +00025 caBold, caSmallCaps, caItalic, caOTQuote, caRed, caSuperscript, caUnderline, +00026 caSubscript +00027 } TCharacterAttribute; +00028 <font class="keyword">typedef</font> <font class="keywordtype">long</font> TCharAttribs; +00029 +00030 +00031 +00032 <font class="keyword">typedef</font> <font class="keyword">struct </font>TBookNameRec { +00033 Char Name[256], Abbr[256]; +00034 uchar Num; +00035 } TBookNameRec; +00036 +00037 <font class="keyword">typedef</font> TBookNameRec TBookAbbr[116]; +00038 <font class="comment">/* p2c: Gbf.pas, line 25: </font> +00039 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font> +00040 <font class="comment">/* p2c: Gbf.pas, line 25: </font> +00041 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font> +00042 <font class="comment">/* p2c: Gbf.pas, line 25: Warning: Division by zero [163] */</font> +00043 <font class="comment">/* p2c: Gbf.pas, line 26: Warning: Division by zero [163] */</font> +00044 <font class="comment">/* p2c: Gbf.pas, line 26: Warning: Expected a ')', found a '(' [227] */</font> +00045 <font class="comment">/* p2c: Gbf.pas, line 144: </font> +00046 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font> +00047 <font class="comment">/* p2c: Gbf.pas, line 144: </font> +00048 <font class="comment"> * Warning: Expected an expression, found a '/' [227] */</font> +00049 <font class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</font> +00050 <font class="comment">/* p2c: Gbf.pas, line 144: Warning: Division by zero [163] */</font> +00051 <font class="comment">/* p2c: Gbf.pas, line 145: Warning: Mixing non-strings with strings [170] */</font> +00052 <font class="comment">/* p2c: Gbf.pas, line 145: </font> +00053 <font class="comment"> * Warning: Expected a ')', found a string literal [227] */</font> +00054 +00055 +00056 <font class="keyword">extern</font> TBookAbbr BookAbbr; +00057 +00058 <font class="keyword">extern</font> Char BookFileName[91][256]; +00059 +00060 vextern Char STR1[256]; +00061 +00062 +00063 <font class="preprocessor">#undef vextern</font> +00064 <font class="preprocessor"></font> +00065 <font class="preprocessor">#endif </font><font class="comment">/*GBF_H*/</font> +00066 +00067 <font class="comment">/* End. */</font> +</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:12:59 2002 for The Sword Project by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 +width=110 height=53></a>1.2.15 </small></address> +</body> +</html> |