data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
int | array_sorted (const t_array *array) |
Checks if an array is sorted in ascending order. More... | |
int array_sorted | ( | const t_array * | array | ) |
Checks if an array is sorted in ascending order.
1
if the array is sorted, 0
if the array is not sorted. cmp
function). Definition at line 16 of file array_sorted.c.