Skip to content

Commit

Permalink
FormattingWithoutChange
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 18, 2022
1 parent 245affe commit d41ea34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chapters/functions.tex
Expand Up @@ -2046,10 +2046,8 @@ \subsubsection{Simple Types}\label{simple-types}
\end{tabular}
\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. Returning strings from FORTRAN~77
subroutines/functions is currently not supported.
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.
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.
The $i$th enumeration literal is mapped to integer value $i$, starting at 1.
Expand Down

0 comments on commit d41ea34

Please sign in to comment.