andrewrk / andrewrk/libsoundio
Use size_t for array lengths
Abierto
enhancement
- Lenguaje dominante
- C
- Estrellas
- 2.1k
- Forks
- 254
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.