File: error_8h-source.html

package info (click to toggle)
libcgi 1.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 940 kB
  • ctags: 268
  • sloc: sh: 2,700; ansic: 2,134; makefile: 232
file content (36 lines) | stat: -rw-r--r-- 2,392 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
<!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>error.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; </center>
<hr><h1>error.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef _ERROR_H</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define _ERROR_H        1</span>
00003 <span class="preprocessor"></span>
00004 <span class="preprocessor">#ifdef __cplusplus</span>
00005 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
00006 <span class="preprocessor">#endif</span>
00007 <span class="preprocessor"></span>
00008 
00009 <span class="preprocessor">#define E_WARNING       0</span>
00010 <span class="preprocessor"></span><span class="preprocessor">#define E_FATAL         1</span>
00011 <span class="preprocessor"></span><span class="preprocessor">#define E_CAUTION       2</span>
00012 <span class="preprocessor"></span><span class="preprocessor">#define E_INFORMATION   3</span>
00013 <span class="preprocessor"></span><span class="preprocessor">#define E_MEMORY        4</span>
00014 <span class="preprocessor"></span>
00015 <span class="keyword">extern</span> <span class="keywordtype">void</span> libcgi_error(<span class="keywordtype">int</span> error_code, <span class="keyword">const</span> <span class="keywordtype">char</span> *msg, ...);
00016 <span class="keyword">extern</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *libcgi_error_type[];
00017 
00018 <span class="preprocessor">#ifdef __cplusplus</span>
00019 <span class="preprocessor"></span>}
00020 <span class="preprocessor">#endif</span>
00021 <span class="preprocessor"></span>
00022 <span class="preprocessor">#endif</span>
</pre></div><hr><address style="align: right;"><small>Generated on Thu Dec 26 22:12:30 2002 for LibCGI 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.3-rc2 </small></address>
</body>
</html>