mirror of
https://github.com/sigmasternchen/libparcival
synced 2025-03-15 11:58:53 +00:00
added note about side effects on pointer parameters to readme
This commit is contained in:
parent
9c82fd38c4
commit
e42686dc63
1 changed files with 4 additions and 2 deletions
|
@ -47,6 +47,8 @@ Example:
|
|||
|
||||
Note: All types that C does not provide by default have to be declared in a statement block in the meta section or in a header file included by a statement block in the meta section. In the example above this would apply to the type `user_t`.
|
||||
|
||||
Note: In case of pointer parameters they are not allowed to be modified in statement or output blocks. If the template has side effects like that, the behavior might be undefined (because of the calculation of the the output size).
|
||||
|
||||
### Statement Block
|
||||
|
||||
Statement blocks have the following syntax:
|
||||
|
|
Loading…
Reference in a new issue