mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 21:51:22 +00:00
styleguide: clarify integer usage
This commit is contained in:
parent
6957f063dc
commit
6e1d4bed40
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Find FluidSynth's style guide below. Most of the syntax issues can be automatica
|
|||
#### General
|
||||
* Every function should have a short comment explaining it's purpose
|
||||
* Every public API function **must** be documented with purpose, params and return value
|
||||
* Prefer `int` to `unsigned int`
|
||||
* Prefer signed integer types to unsigned ones
|
||||
* Use spaces rather than tabs
|
||||
* Avoid macros
|
||||
|
||||
|
|
Loading…
Reference in a new issue