php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_sort.h File Reference
#include "zend_types.h"

Go to the source code of this file.

Functions

ZEND_API void zend_sort (void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp)
 
ZEND_API void zend_insert_sort (void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp)
 

Function Documentation

◆ zend_insert_sort()

ZEND_API void zend_insert_sort ( void * base,
size_t nmemb,
size_t siz,
compare_func_t cmp,
swap_func_t swp )

Definition at line 84 of file zend_sort.c.

◆ zend_sort()

ZEND_API void zend_sort ( void * base,
size_t nmemb,
size_t siz,
compare_func_t cmp,
swap_func_t swp )

Definition at line 248 of file zend_sort.c.