root/doc_inner/gnu_global/S/243.html

/* [<][>][^][v][top][bottom][index][help] */
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>doc_inner/doxygen/latex/cerr_8h_source.tex</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.14' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<a id='TOP' name='TOP'></a><h2 class='header'><a href='../mains.html'>root</a>/<a href='../files/2920.html'>doc_inner</a>/<a href='../files/2921.html'>doxygen</a>/<a href='../files/2922.html'>latex</a>/cerr_8h_source.tex</h2>
<em class='comment'>/* [&lt;][&gt;][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
<hr />
<pre>
<a id='L1' name='L1'></a>\doxysection{cerr.\+h}
<a id='L2' name='L2'></a>\label{cerr_8h_source}\index{include/cerr.h@{include/cerr.h}}
<a id='L3' name='L3'></a>\textbf{ Go to the documentation of this file.}
<a id='L4' name='L4'></a>\begin{DoxyCode}{0}
<a id='L5' name='L5'></a>\DoxyCodeLine{00001\ \textcolor{preprocessor}{\#ifndef\ YACASL2\_CERR\_H\_INCLUDED}}
<a id='L6' name='L6'></a>\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ YACASL2\_CERR\_H\_INCLUDED}}
<a id='L7' name='L7'></a>\DoxyCodeLine{00003\ }
<a id='L8' name='L8'></a>\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#include\ &lt;stdbool.h&gt;}}
<a id='L9' name='L9'></a>\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#include\ &lt;stdio.h&gt;}}
<a id='L10' name='L10'></a>\DoxyCodeLine{00006\ \textcolor{preprocessor}{\#include\ &lt;stdlib.h&gt;}}
<a id='L11' name='L11'></a>\DoxyCodeLine{00007\ \textcolor{preprocessor}{\#include\ &lt;string.h&gt;}}
<a id='L12' name='L12'></a>\DoxyCodeLine{00008\ \textcolor{preprocessor}{\#include\ &lt;assert.h&gt;}}
<a id='L13' name='L13'></a>\DoxyCodeLine{00009\ \textcolor{preprocessor}{\#include\ &lt;stdbool.h&gt;}}
<a id='L14' name='L14'></a>\DoxyCodeLine{00010\ \textcolor{preprocessor}{\#include\ "{}cmem.h"{}}}
<a id='L15' name='L15'></a>\DoxyCodeLine{00011\ }
<a id='L16' name='L16'></a>\DoxyCodeLine{00015\ \textcolor{keyword}{typedef}\ \textcolor{keyword}{struct\ }\_CERR\ \{}
<a id='L17' name='L17'></a>\DoxyCodeLine{00016\ \ \ \ \ \textcolor{keywordtype}{int}\ num;\ \ \ \ \ \ \ \ }
<a id='L18' name='L18'></a>\DoxyCodeLine{00017\ \ \ \ \ \textcolor{keywordtype}{char}\ *msg;\ \ \ \ \ \ }
<a id='L19' name='L19'></a>\DoxyCodeLine{00018\ \}\ CERR;}
<a id='L20' name='L20'></a>\DoxyCodeLine{00019\ }
<a id='L21' name='L21'></a>\DoxyCodeLine{00023\ \textcolor{keyword}{extern}\ CERR\ *cerr;}
<a id='L22' name='L22'></a>\DoxyCodeLine{00024\ }
<a id='L23' name='L23'></a>\DoxyCodeLine{00028\ \textcolor{keyword}{typedef}\ \textcolor{keyword}{struct\ }\_CERRLIST\ \{}
<a id='L24' name='L24'></a>\DoxyCodeLine{00029\ \ \ \ \ \textcolor{keyword}{struct\ }\_CERRLIST\ *next;\ \ \ \ \ }
<a id='L25' name='L25'></a>\DoxyCodeLine{00030\ \ \ \ \ CERR\ *cerr;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
<a id='L26' name='L26'></a>\DoxyCodeLine{00031\ \}\ CERRLIST;}
<a id='L27' name='L27'></a>\DoxyCodeLine{00032\ }
<a id='L28' name='L28'></a>\DoxyCodeLine{00036\ \textcolor{keyword}{extern}\ CERRLIST\ *cerrlist;}
<a id='L29' name='L29'></a>\DoxyCodeLine{00037\ }
<a id='L30' name='L30'></a>\DoxyCodeLine{00038\ \textcolor{keyword}{enum}\ \{}
<a id='L31' name='L31'></a>\DoxyCodeLine{00039\ \ \ \ \ CERRSTRSIZE\ =\ 10,\ \ \ \ }
<a id='L32' name='L32'></a>\DoxyCodeLine{00040\ \ \ \ \ CERRMSGSIZE\ =\ 70,\ \ \ \ }
<a id='L33' name='L33'></a>\DoxyCodeLine{00041\ \};}
<a id='L34' name='L34'></a>\DoxyCodeLine{00042\ }
<a id='L35' name='L35'></a>\DoxyCodeLine{00047\ \textcolor{keywordtype}{void}\ cerr\_init();}
<a id='L36' name='L36'></a>\DoxyCodeLine{00048\ }
<a id='L37' name='L37'></a>\DoxyCodeLine{00056\ \textcolor{keywordtype}{void}\ addcerrlist(\textcolor{keywordtype}{int}\ cerrc,\ CERR\ cerrv[]);}
<a id='L38' name='L38'></a>\DoxyCodeLine{00057\ }
<a id='L39' name='L39'></a>\DoxyCodeLine{00062\ \textcolor{keywordtype}{void}\ printcerrlist();}
<a id='L40' name='L40'></a>\DoxyCodeLine{00063\ }
<a id='L41' name='L41'></a>\DoxyCodeLine{00070\ \textcolor{keywordtype}{void}\ setcerr(\textcolor{keywordtype}{int}\ num,\ \textcolor{keyword}{const}\ \textcolor{keywordtype}{char}\ *str);}
<a id='L42' name='L42'></a>\DoxyCodeLine{00071\ }
<a id='L43' name='L43'></a>\DoxyCodeLine{00079\ \textcolor{keywordtype}{char}\ *getcerrmsg(\textcolor{keywordtype}{int}\ num);}
<a id='L44' name='L44'></a>\DoxyCodeLine{00080\ }
<a id='L45' name='L45'></a>\DoxyCodeLine{00085\ \textcolor{keywordtype}{void}\ freecerr();}
<a id='L46' name='L46'></a>\DoxyCodeLine{00086\ \textcolor{preprocessor}{\#endif}}
<a id='L47' name='L47'></a>
<a id='L48' name='L48'></a>\end{DoxyCode}
</pre>
<hr />
<a id='BOTTOM' name='BOTTOM'></a>
<em class='comment'>/* [&lt;][&gt;][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</em>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */