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