| subroutine string_manipulation_tools::num2char::bool2char |
( |
type(element), pointer |
temp_pointer, |
|
|
logical, intent(in) |
lvalue |
|
) |
| |
| subroutine string_manipulation_tools::num2char::int2char |
( |
type(element), pointer |
temp_pointer, |
|
|
integer(itm_i4), intent(in) |
ivalue |
|
) |
| |
| subroutine string_manipulation_tools::num2char::int8_2char |
( |
type(element), pointer |
temp_pointer, |
|
|
integer(itm_i8), intent(in) |
ivalue |
|
) |
| |
| subroutine string_manipulation_tools::num2char::real2char |
( |
type(element), pointer |
temp_pointer, |
|
|
real(r8), intent(in) |
rvalue |
|
) |
| |
The documentation for this interface was generated from the following file: