Skip to content

Commit

Permalink
Add reference to where "builtin" external language is used
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 19, 2020
1 parent ef69d74 commit 8572b31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chapters/functions.tex
Expand Up @@ -1720,9 +1720,8 @@ \section{External Function Interface}\label{external-function-interface}
The intended use of e.g.\ C99 is to detect if the user tries to link with a C99-function using a C89 compiler.
\end{nonnormative}

The deprecated \lstinline!"builtin"! specification is only used for functions that are defined
to be built-in in Modelica. The external-function call mechanism for
\lstinline!"builtin"! functions is implementation-defined.
The deprecated \lstinline!"builtin"! specification is only used for the elementary mathematical functions described in \cref{built-in-mathematical-functions-and-external-built-in-functions}.
The external-function call mechanism for \lstinline!"builtin"! functions is implementation-defined.

\begin{nonnormative}
Typically, for functions from the standard C library, the prototype of the function is provided but no library annotation. Currently, there are
Expand Down

0 comments on commit 8572b31

Please sign in to comment.