Skip to content

Commit

Permalink
ToolResponsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 22, 2024
1 parent 6909cf8 commit 64b19c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,7 @@ \subsection{Annotations for External Functions}\label{annotations-for-external-l
In case calls to several external functions are generated in the same translation unit, the \lstinline!Include! annotations of the different functions must not define the same function -- except when relying on the deprecated behavior.

The included code should be valid C89 code.
If the code uses arrays the tool is responsible for ensuring that a C-header defining \lstinline[language=C]!size_t! is included before this code.

When an \lstinline!Include! annotation is present, it shall provide a prototype for the external function, and hence the tool shall not produce an automatically generated prototype in the generated code in this case.

Expand Down

0 comments on commit 64b19c4

Please sign in to comment.