libsim Versione 7.1.11
|
◆ fchar_to_cstr_alloc()
Converts a CHARACTER variable into a string which can be directly passed to a C function requiring a null-terminated char* (input/output) argument. The result is stored into pcstr which is allocated within the subroutine and has to be deallocated by the calling procedure.
Definizione alla linea 776 del file char_utilities.F90. 777ENDDO
778
779IF (PRESENT(word_start)) THEN
780 word_start => lsv
781ELSE
782 DEALLOCATE(lsv)
783ENDIF
|