mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 19:21:40 +01:00
16 lines
390 B
C++
16 lines
390 B
C++
{*
|
|
* gqsort.inc
|
|
*
|
|
* depends on gtypes.inc
|
|
*}
|
|
|
|
|
|
procedure g_qsort_with_data (pbase : gconstpointer;
|
|
total_elems : gint;
|
|
size : gsize;
|
|
compare_func : TGCompareDataFunc;
|
|
user_data : gpointer);cdecl;external gliblib name 'g_qsort_with_data';
|
|
|
|
|
|
|