1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

qsort tests: Verify N3322 functionality.

* modules/qsort: New file.
* doc/posix-functions/qsort.texi: Mention the new module.
* tests/test-qsort.c: New file.
* modules/qsort-tests: New file.
This commit is contained in:
Bruno Haible
2024-11-05 21:10:02 +01:00
parent bc91828e18
commit d3c9d629b8
5 changed files with 82 additions and 1 deletions

25
modules/qsort Normal file
View File

@@ -0,0 +1,25 @@
Description:
Sorting an array.
Status:
obsolete
Notice:
This module is obsolete.
Files:
Depends-on:
configure.ac:
Makefile.am:
Include:
<stdlib.h>
License:
LGPLv2+
Maintainer:
all