mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 10:40:25 +00:00
Do not enforce the file to be either included before stdlib.h or stdlib.h to be using __STDC_WANT_LIB_EXT1__ = 1. The bound checking API is currently nowhere implemented, anyways, and we may use system native secure qsort implementation (qsort_r in *NIX, MS variant of qsort_s).