Block-Structured AMR Software Framework
AMReX_string_mod.F90 File Reference

Data Types

type  amrex_string_module::amrex_string
 

Modules

module  amrex_string_module
 

Functions/Subroutines

character(kind=c_char) function, dimension(len_trim(fstr)+1), public amrex_string_module::amrex_string_f_to_c (fstr)
 
character(len=size(cstr) -1) function, public amrex_string_module::amrex_string_c_to_f (cstr)
 
subroutine, public amrex_string_module::amrex_string_build (str, fstr)
 
character(len=len_trim(fstr)) function, public amrex_string_module::amrex_string_f_to_lower (fstr)
 

Variables

character(kind=c_char), dimension(1), parameter, public amrex_string_module::amrex_c_null_char_array = (/ c_null_char /)