Skip to content

Commit

Permalink
MissedParts
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 31, 2022
1 parent 41c5779 commit c8025e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ \subsubsection{Simple Types}\label{simple-types}
\end{center}

Sending string literals to FORTRAN~77 subroutines/functions is supported for LAPACK/BLAS-routines, and the strings are \textsc{nul}-terminated for compatibility with C.
The strings should be UTF-8 encoded similarly as for C, even though the support in FORTRAN~77 is unclear and it is not relevant for the LAPACK/BLAS-routines.
String are UTF-8 encoded, even though the support for non-ASCII characters in FORTRAN~77 is unclear and it is not relevant for the LAPACK/BLAS-routines.
Returning strings from FORTRAN~77 subroutines/functions is currently not supported.

Enumeration types used as arguments are mapped to type int when calling an external C function, and to type \lstinline!INTEGER! when calling an external FORTRAN function.
Expand Down

0 comments on commit c8025e1

Please sign in to comment.