external FORTRAN class TEST_F_STRING
****
test F_STRING (roughly equivalent to dynamic CHARACTER*(*) arrays




Public


Features
char_arr_function:F_STRING;
char_arr_function_char_arr(x:F_STRING):F_STRING;
subroutine_char_3_char_3(x:F_STRING,y:F_STRING);
subroutine_char_arr(x:F_STRING);
subroutine_char_arr_char_3(x:F_STRING,y:F_STRING);
subroutine_char_arr_char_arr(x:F_STRING,y:F_STRING);

The Sather Home Page