File: list.tex

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (29 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (4)
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
%表題   ルーチンリスト
%
%履歴
%\Drireki{
%         12/12/20 辻野智紀 (html -> pdf)}                 &     \\
%        }
%
\section{ルーチンリスト} \label{math.oslib.list}

\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclExecCommand}    & os コマンドを実行する. \\
  {\tt (OSEXEC)}          & \\
  {\tt DclGetEnv}         & 環境変数の値を取得する. \\
  {\tt (OSGENV)}          & \\
  {\tt DclGetArgumentNum} & コマンドライン引数の数 N を得る. \\
  {\tt (OSQARN)}          & \\
  {\tt DclGetArgument}    & $N$ 番目のコマンドライン引数を得る. \\
  {\tt (OSGARG)}          & \\
  {\tt DclAbort}          & エラー処理をおこなって強制終了する. \\
  {\tt (OSABRT)}          & \\
\end{tabular}
\end{quote}



* 括弧の中は, 対応する f77 インターフェイス名.