We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab20527 commit 9f6948dCopy full SHA for 9f6948d
spec_7.rst
@@ -192,6 +192,13 @@ Examples:
192
In order to represent the full range of values, enums that use a zero for none
193
or similar SHOULD include an item with the value zero to represent that state.
194
195
+Error Handling
196
+==============
197
+
198
+A function SHOULD NOT have side effects on failure. For example, a function
199
+that takes a reference on an object parameter SHOULD NOT take the reference
200
+when it signifies to the caller that it has failed.
201
202
Tools for C formatting
203
======================
204
0 commit comments