![]() |
tgrekov-pipex
HIVE pipex May 2024
|
Definition in file arr_cut.c.
#include <stdlib.h>#include "utils.h"Go to the source code of this file.
Functions | |
| void ** | arr_cut (void **arr, int len) |
Create new null-terminated array containing first len elements of arr. | |
| void ** arr_cut | ( | void ** | arr, |
| int | len | ||
| ) |
Create new null-terminated array containing first len elements of arr.
| arr | Source array to duplicate |
| len | Number of elements to duplicate |
| void** | Null-terminated array containing first len elements of arr |
Definition at line 32 of file arr_cut.c.
References err().