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 56 of file sysdep.f90.
References dc_types::stderr.
| integer function, public sysdep::sysdepargcount |
Definition at line 65 of file sysdep.f90.
References sysdepargcount().
| subroutine, public sysdep::sysdepargget | ( | integer, intent(in) | index, |
| character(len = *), intent(out) | val ) |
Definition at line 70 of file sysdep.f90.
References sysdepargcount().
| subroutine, public sysdep::sysdepenvget | ( | character(len = *), intent(in) | env, |
| character(len = *), intent(out) | str ) |
Definition at line 91 of file sysdep.f90.