#include <stddef.h>
#include <stdbool.h>
Go to the source code of this file.
|
| typedef int(* | t_compar) (const void *, const void *) |
| |
◆ t_compar
| typedef int(* t_compar) (const void *, const void *) |
◆ ft_qsort()
| bool ft_qsort |
( |
void * |
base, |
|
|
size_t |
nmemb, |
|
|
size_t |
memb_size, |
|
|
t_compar |
compar |
|
) |
| |
Definition at line 50 of file ft_qsort.c.
54 _ft_qsort((
unsigned char *)base, nmemb, memb_size, compar);
bool can_mulp(size_t a, size_t b)
void _ft_qsort(unsigned char *base, size_t nmemb, size_t memb_size, t_compar compar)