kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Convert a c sting to a Fortran string. More...
Public Member Functions | |
recursive subroutine | kim_log_convert_c_string (c_char_ptr, string) |
Convert a c sting to a Fortran string. | |
recursive subroutine kim_log_module::kim_convert_c_string::kim_log_convert_c_string | ( | type(c_ptr), intent(in), value | c_char_ptr, |
character(len=*, kind=c_char), intent(out) | string | ||
) |
Convert a c sting to a Fortran string.
Convert a c string, given in terms of a char pointer to a Fortran string variable.
[in] | c_char_ptr | A pointer to a null terminated c string |
[out] | string | A Fortran string variable |
Definition at line 380 of file kim_log_module.f90.