andrewrk / andrewrk/libsoundio
Use size_t for array lengths
Aperta
enhancement
- Lingua principale
- C
- Stelle
- 2.1k
- Fork
- 254
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Most of the _count fields should have the type size_t instead of int, because it's the official type for array sizes. While they could be interpreted as just the number of supported channels, that's not what 95% of the use cases are.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.