File: g2__FIG_8h-source.html

package info (click to toggle)
g2 0.70-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,956 kB
  • ctags: 1,057
  • sloc: ansic: 8,497; sh: 2,796; makefile: 226; perl: 223; fortran: 183; cpp: 33
file content (66 lines) | stat: -rw-r--r-- 4,964 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>g2: g2_FIG.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>g2_FIG.h</h1><pre class="fragment"><div>00001 <span class="comment">/*****************************************************************************</span>
00002 <span class="comment">**  Copyright (C) 1998-2004  Ljubomir Milanovic &amp; Horst Wagner</span>
00003 <span class="comment">**  This file is part of the g2 library</span>
00004 <span class="comment">**</span>
00005 <span class="comment">**  This library is free software; you can redistribute it and/or</span>
00006 <span class="comment">**  modify it under the terms of the GNU Lesser General Public</span>
00007 <span class="comment">**  License as published by the Free Software Foundation; either</span>
00008 <span class="comment">**  version 2.1 of the License, or (at your option) any later version.</span>
00009 <span class="comment">**</span>
00010 <span class="comment">**  This library is distributed in the hope that it will be useful,</span>
00011 <span class="comment">**  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00012 <span class="comment">**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
00013 <span class="comment">**  Lesser General Public License for more details.</span>
00014 <span class="comment">**</span>
00015 <span class="comment">**  You should have received a copy of the GNU Lesser General Public</span>
00016 <span class="comment">**  License along with this library; if not, write to the Free Software</span>
00017 <span class="comment">**  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span>
00018 <span class="comment">******************************************************************************/</span>
00019 <span class="preprocessor">#ifndef _G2_FIG_H</span>
00020 <span class="preprocessor"></span><span class="preprocessor">#define _G2_FIG_H</span>
00021 <span class="preprocessor"></span>
00022 <span class="preprocessor">#if defined(__cplusplus)</span>
00023 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
00024 {
00025 <span class="preprocessor">#endif</span>
00026 <span class="preprocessor"></span>
00027 
00028 <span class="comment">/* Common Library header for DLL and application */</span>
00029 <span class="preprocessor">#ifdef WIN32</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#ifdef G2DLL</span>
00031 <span class="preprocessor"></span><span class="preprocessor">#ifdef MAKEDLL</span>
00032 <span class="preprocessor"></span><span class="comment">/* Create DLL */</span>
00033 <span class="preprocessor">#define G2L __declspec( dllexport)</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#else</span>
00035 <span class="preprocessor"></span><span class="comment">/* Use DLL */</span>
00036 <span class="preprocessor">#define G2L __declspec( dllimport)</span>
00037 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00038 <span class="preprocessor"></span><span class="preprocessor">#else </span>
00039 <span class="preprocessor"></span><span class="comment">/* Use static win32 */</span>
00040 <span class="preprocessor">#define G2L</span>
00041 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#else</span>
00043 <span class="preprocessor"></span><span class="comment">/* Use non-win32 */</span>
00044 <span class="preprocessor">#define G2L</span>
00045 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00046 <span class="preprocessor"></span>
00047 G2L <span class="keywordtype">int</span> <a class="code" href="group__FIG.html#ga1">g2_open_FIG</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *file_name);
00048 
00049 
00050 <span class="preprocessor">#if defined(__cplusplus)</span>
00051 <span class="preprocessor"></span>} <span class="comment">/* end extern "C" */</span>
00052 <span class="preprocessor">#endif</span>
00053 <span class="preprocessor"></span>
00054 <span class="preprocessor">#endif </span><span class="comment">/* _G2_FIG_H */</span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Tue Jun 14 23:33:58 2005 for g2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>