Converts a Fortran string to a C-compatible, null-terminated string.
Converts a Fortran string to a C-compatible, null-terminated string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | x |
The string to convert. |
The resulting C string.
Converts a Fortran string to a C-compatible, null-terminated string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string), | intent(in) | :: | x |
The string to convert. |
The resulting C string.