[c] wording

This commit is contained in:
opfez 2022-07-29 22:21:12 +02:00
parent 09f04ce9fd
commit 81c14c3f6b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Standard library ``include``s come first, then ``<sys/*>`` headers, then other
Numbers from ``stdint.h`` should be used when the number of bits in the number
is of any importance. For just "a number" an ``int`` suffices. ``size_t`` is
used for indexes.
used for variables holding an index.
Functions have their return types and opening curly braces on separate lines: