added note about side effects on pointer parameters to readme

This commit is contained in:
overflowerror 2021-05-22 12:43:41 +02:00
parent 9c82fd38c4
commit e42686dc63

View file

@ -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: