libsim
Versione 7.1.7
|
◆ fchar_to_cstr()
Converts a CHARACTER variable into a string which can be directly passed to a C function requiring a null-terminated const char* (input) argument. If the result is going to be stored into an array, this has to be dimensioned with a suitable size (LEN(fchar) + 1 ).
Definizione alla linea 761 del file char_utilities.F90. |