Coding_Convention: clarify: none return is allowed
returning void is allowed changed Any to Every and clarify the message
This commit is contained in:
parent
9c78a45ddd
commit
a7e2177356
@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
## Return values
|
## Return values
|
||||||
|
|
||||||
* Any function must return one of the following values:
|
* Every function must return one of the following values or none (void):
|
||||||
* logical value (zero or not zero)
|
* logical value (zero or not zero)
|
||||||
* an error code (given as a negative number or zero) or a positive status
|
* an error code (given as a negative number or zero) or a positive status
|
||||||
value
|
value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user