Skip to content

Commit

Permalink
CombineSentences
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 17, 2021
1 parent fbed340 commit b804aed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2009,8 +2009,7 @@ \subsubsection{Simple Types}\label{simple-types}

An exception is made when the argument is of the form \lstinline!size($\ldots$, $\ldots$)!. In this case the corresponding C type is \lstinline!size_t!.

Strings are \textsc{nul}-terminated (i.e., terminated by \lstinline[language=C]!'\0'!) to facilitate calling of C functions.
Strings may contain Unicode and for 8-bit char in C they are coded as UTF-8.
Strings are \textsc{nul}-terminated (i.e., terminated by \lstinline[language=C]!'\0'!) and are encoded using UTF-8 (assuming \lstinline[language=C]!CHAR_BIT==8! in C) to facilitate calling of C functions.
The valid return values for an external function returning a \lstinline!String! are:
\begin{itemize}
\item A string given as \lstinline!String! input to the external function.
Expand Down

0 comments on commit b804aed

Please sign in to comment.