システムに依存する手続きのインタフェースを提供します More...
Functions/Subroutines | |
| subroutine, public | abortprogram (message) |
| プログラムを異常終了させます | |
| integer function, public | sysdepargcount () |
| コマンドライン引数の数を取得します | |
| subroutine, public | sysdepargget (index, val) |
| コマンドライン引数を取得します | |
| subroutine, public | sysdepenvget (env, str) |
| 環境変数を取得します | |
システムに依存する手続きのインタフェースを提供します
| subroutine, public sysdep::abortprogram | ( | character(len=*), intent(in), optional | message | ) |
プログラムを異常終了させます
Definition at line 89 of file sysdep.f90.
References dc_types::stderr.
| integer function, public sysdep::sysdepargcount |
コマンドライン引数の数を取得します
Definition at line 113 of file sysdep.f90.
References sysdepargcount().
| subroutine, public sysdep::sysdepargget | ( | integer, intent(in) | index, |
| character(len = *), intent(out) | val | ||
| ) |
コマンドライン引数を取得します
Definition at line 137 of file sysdep.f90.
References sysdepargcount().
| subroutine, public sysdep::sysdepenvget | ( | character(len = *), intent(in) | env, |
| character(len = *), intent(out) | str | ||
| ) |
環境変数を取得します
Definition at line 175 of file sysdep.f90.