![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine | f_c_str_copy (f_str, c_str, c_len) |
| subroutine | c_f_str_copy (c_str, f_str, f_len) |
| subroutine hecmw_api_common::c_f_str_copy | ( | character(kind=c_char), dimension(*), intent(in) | c_str, |
| character(len=*), intent(inout) | f_str, | ||
| integer(c_int), intent(in), value | f_len | ||
| ) |
| subroutine hecmw_api_common::f_c_str_copy | ( | character(len=*), intent(in) | f_str, |
| character(kind=c_char), dimension(*), intent(inout) | c_str, | ||
| integer(c_int), intent(in), value | c_len | ||
| ) |