spmenu/libs/sort.h
2023-05-14 00:21:16 +02:00

5 lines
185 B
C

/* See LICENSE file for copyright and license details. */
static char **tokenize(char *source, const char *delim, int *llen);
static int arrayhas(char **list, int length, char *item);