\doxysection{src/dumpword.c File Reference} \label{dumpword_8c}\index{src/dumpword.c@{src/dumpword.c}} {\ttfamily \#include \char`\"{}package.\+h\char`\"{}}\newline {\ttfamily \#include \char`\"{}word.\+h\char`\"{}}\newline Include dependency graph for dumpword.\+c\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=350pt]{dumpword_8c__incl} \end{center} \end{figure} \doxysubsection*{Functions} \begin{DoxyCompactItemize} \item int \textbf{ main} (int argc, char $\ast$argv[$\,$]) \begin{DoxyCompactList}\small\item\em dumpwordコマンドのメイン \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection*{Variables} \begin{DoxyCompactItemize} \item static struct option \textbf{ longopts} [$\,$] \begin{DoxyCompactList}\small\item\em dumpwordコマンドのオプション \end{DoxyCompactList}\end{DoxyCompactItemize} \doxysubsection{Function Documentation} \mbox{\label{dumpword_8c_a0ddf1224851353fc92bfbff6f499fa97}} \index{dumpword.c@{dumpword.c}!main@{main}} \index{main@{main}!dumpword.c@{dumpword.c}} \doxysubsubsection{main()} {\footnotesize\ttfamily int main (\begin{DoxyParamCaption}\item[{int}]{argc, }\item[{char $\ast$}]{argv[$\,$] }\end{DoxyParamCaption})} dumpwordコマンドのメイン \begin{DoxyReturn}{Returns} 正常終了時は0、エラー発生時は1 \end{DoxyReturn} \begin{DoxyParams}{Parameters} {\em argc} & コマンドライン引数の数 \\ \hline {\em $\ast$argv\mbox{[}$\,$\mbox{]}} & コマンドライン引数の配列 \\ \hline \end{DoxyParams} Definition at line 23 of file dumpword.\+c. Here is the call graph for this function\+:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=350pt]{dumpword_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph} \end{center} \end{figure} \doxysubsection{Variable Documentation} \mbox{\label{dumpword_8c_a94965649155359a4c4eb047af782bf22}} \index{dumpword.c@{dumpword.c}!longopts@{longopts}} \index{longopts@{longopts}!dumpword.c@{dumpword.c}} \doxysubsubsection{longopts} {\footnotesize\ttfamily struct option longopts[$\,$]\hspace{0.3cm}{\ttfamily [static]}} {\bfseries Initial value\+:} \begin{DoxyCode}{0} \DoxyCodeLine{= \{} \DoxyCodeLine{ \{ \textcolor{stringliteral}{"{}arithmetic"{}}, no\_argument, NULL, \textcolor{charliteral}{'a'} \},} \DoxyCodeLine{ \{ \textcolor{stringliteral}{"{}logical"{}}, no\_argument, NULL, \textcolor{charliteral}{'l'} \},} \DoxyCodeLine{ \{ \textcolor{stringliteral}{"{}version"{}}, no\_argument, NULL, \textcolor{charliteral}{'v'} \},} \DoxyCodeLine{ \{ \textcolor{stringliteral}{"{}help"{}}, no\_argument, NULL, \textcolor{charliteral}{'h'} \},} \DoxyCodeLine{ \{ 0, 0, 0, 0 \},} \DoxyCodeLine{\}} \end{DoxyCode} dumpwordコマンドのオプション Definition at line 1 of file dumpword.\+c.