mirror of
https://github.com/vlang/v.git
synced 2025-09-11 16:36:20 -04:00
5 lines
105 B
V
5 lines
105 B
V
module zstd
|
|
|
|
// As MUSL has no `qsort_r()` as GLIBC, so fallback to `qsort()`
|
|
#flag -DZSTD_USE_C90_QSORT
|