blob: 5491a444761ee7affd2e61c04d3f2b9331011f7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!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>name2add.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.9.1 -->
<center>
<a class="qindex" href="index.html">Main Page</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>name2add.h</h1><div class="fragment"><pre>00001 <font class="comment">/*</font>
00002 <font class="comment"> * name2add.h:</font>
00003 <font class="comment"> * written by palmers / teso</font>
00004 <font class="comment"> */</font>
00005 <font class="preprocessor">#ifndef __NAME2ADD</font>
00006 <font class="preprocessor"></font><font class="preprocessor">#define __NAME2ADD</font>
00007 <font class="preprocessor"></font>
00008 <font class="keyword">typedef</font> <font class="keyword">struct</font>
00009 <font class="keyword"></font>{
00010 <font class="keywordtype">char</font> *name;
00011 <font class="keywordtype">unsigned</font> <font class="keywordtype">int</font> add;
00012 } __name2add;
00013
00014 <font class="keyword">extern</font> __name2add __n2a[];
00015
00016 <font class="preprocessor">#endif </font><font class="comment">/* __NAME2ADD*/</font>
</pre></div><hr><address><small>Generated at Tue Aug 14 18:04:51 2001 for Kermit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.9.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
© 1997-2001</small></address>
</body>
</html>
|