Go to the source code of this file.
Modules | |
| module | sysdep |
| システムに依存する手続きのインタフェースを提供します | |
Functions/Subroutines | |
| subroutine, public | sysdep::abortprogram (message) |
| プログラムを異常終了させます | |
| integer function, public | sysdep::sysdepargcount () |
| コマンドライン引数の数を取得します | |
| subroutine, public | sysdep::sysdepargget (index, val) |
| コマンドライン引数を取得します | |
| subroutine, public | sysdep::sysdepenvget (env, str) |
| 環境変数を取得します | |