Skip to content

Commit

Permalink
Add some extra words to avoid bad linebreaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 26, 2021
1 parent 8d38622 commit 9903a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2194,8 +2194,8 @@ \subsection{Annotations for External Libraries and Include Files}\label{annotati
MyExternalFunctions
package.mo
\end{lstlisting}
Note that calling \lstinline!MyExternalFunctions.ExternalFunc1! will use
header and library files from \lstinline!ExternalFunction!, the \lstinline!ExternalFunctions.Example! will not use \filename{ExternalFunc3.c},
Note that calling the function \lstinline!MyExternalFunctions.ExternalFunc1! will use
the header and library files from \lstinline!ExternalFunction!, the \lstinline!ExternalFunctions.Example! will not use \filename{ExternalFunc3.c},
and one library file may contain multiple functions.

The C-source \filename{ExternalFunc3.c} will be included fully, and is not part of any library.
Expand Down

0 comments on commit 9903a27

Please sign in to comment.