root/doc_inner/doxygen/latex/token_8h_source.tex

/* [<][>][^][v][top][bottom][index][help] */
\doxysection{token.\+h}
\label{token_8h_source}\index{include/token.h@{include/token.h}}
\textbf{ Go to the documentation of this file.}
\begin{DoxyCode}{0}
\DoxyCodeLine{00001\ \textcolor{preprocessor}{\#ifndef\ YACASL2\_TOKEN\_INCLUDE}}
\DoxyCodeLine{00002\ \textcolor{preprocessor}{\#define\ YACASL2\_TOKEN\_INCLUDE}}
\DoxyCodeLine{00003\ }
\DoxyCodeLine{00004\ \textcolor{preprocessor}{\#include\ <stdio.h>}}
\DoxyCodeLine{00005\ \textcolor{preprocessor}{\#include\ <stdlib.h>}}
\DoxyCodeLine{00006\ \textcolor{preprocessor}{\#include\ <string.h>}}
\DoxyCodeLine{00007\ \textcolor{preprocessor}{\#include\ <stdbool.h>}}
\DoxyCodeLine{00008\ \textcolor{preprocessor}{\#include\ <ctype.h>}}
\DoxyCodeLine{00009\ \textcolor{preprocessor}{\#include\ <assert.h>}}
\DoxyCodeLine{00010\ \textcolor{preprocessor}{\#include\ <errno.h>}}
\DoxyCodeLine{00011\ \textcolor{preprocessor}{\#include\ "{}cerr.h"{}}}
\DoxyCodeLine{00012\ \textcolor{preprocessor}{\#include\ "{}cmem.h"{}}}
\DoxyCodeLine{00013\ }
\DoxyCodeLine{00017\ \textcolor{keyword}{enum}\ \{}
\DoxyCodeLine{00018\ \ \ \ \ LABELSIZE\ =\ 8,\ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00019\ \ \ \ \ OPDSIZE\ =\ 40,\ \ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00020\ \};}
\DoxyCodeLine{00021\ }
\DoxyCodeLine{00025\ \textcolor{keyword}{enum}\ \{}
\DoxyCodeLine{00026\ \ \ \ \ LINESIZE\ =\ 1024,\ \ \ \ \ \ \ }
\DoxyCodeLine{00027\ \ \ \ \ TOKENSIZE\ =\ 256,\ \ \ \ \ \ \ }
\DoxyCodeLine{00028\ \};}
\DoxyCodeLine{00029\ }
\DoxyCodeLine{00033\ \textcolor{keyword}{typedef}\ \textcolor{keyword}{struct\ }\{}
\DoxyCodeLine{00034\ \ \ \ \ \textcolor{keywordtype}{int}\ opdc;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00035\ \ \ \ \ \textcolor{keywordtype}{char}\ *opdv[OPDSIZE];\ \ \ \ \ \ \ \ }
\DoxyCodeLine{00036\ \}\ OPD;}
\DoxyCodeLine{00037\ }
\DoxyCodeLine{00041\ \textcolor{keyword}{typedef}\ \textcolor{keyword}{struct\ }\{}
\DoxyCodeLine{00042\ \ \ \ \ \textcolor{keywordtype}{char}\ *label;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00043\ \ \ \ \ \textcolor{keywordtype}{char}\ *cmd;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00044\ \ \ \ \ OPD\ *opd;\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
\DoxyCodeLine{00045\ \}\ CMDLINE;}
\DoxyCodeLine{00046\ }
\DoxyCodeLine{00051\ \textcolor{keywordtype}{void}\ addcerrlist\_tok();}
\DoxyCodeLine{00052\ }
\DoxyCodeLine{00060\ CMDLINE\ *linetok(\textcolor{keyword}{const}\ \textcolor{keywordtype}{char}\ *line);}
\DoxyCodeLine{00061\ }
\DoxyCodeLine{00062\ \textcolor{preprocessor}{\#endif}}

\end{DoxyCode}

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