Write a string to a given output stream.
More...
|
subroutine | write_string_c (ID, STRING, ERR, ERROR,) |
| Writes the character STRING to the given output stream specified by ID. More...
|
|
subroutine | write_string_vs (ID, STRING, ERR, ERROR,) |
| Writes the varying string STRING to the given output stream specified by ID. More...
|
|
Write a string to a given output stream.
Definition at line 80 of file input_output.f90.
subroutine input_output::writestring::write_string_c |
( |
integer(intg), intent(in) |
ID, |
|
|
character(len=*), intent(in) |
STRING, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine input_output::writestring::write_string_vs |
( |
integer(intg), intent(in) |
ID, |
|
|
type(varying_string), intent(in) |
STRING, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |