styleguide: clarify integer usage

This commit is contained in:
Tom M 2017-10-28 22:58:53 +02:00 committed by GitHub
parent 6957f063dc
commit 6e1d4bed40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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