summaryrefslogtreecommitdiff
path: root/src/include/skalibs/envalloc.h
blob: 1ebcd6b7fbef443403e8870b71ae2f2a35585550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ISC license. */

#ifndef ENVALLOC_H
#define ENVALLOC_H

#include <skalibs/genalloc.h>

#define ENVALLOC_ZERO GENALLOC_ZERO

extern int envalloc_make (genalloc *, unsigned int, char const *, unsigned int) ;
extern int envalloc_uniq (genalloc *, char) ;
extern int envalloc_merge (genalloc *, char const *const *, unsigned int, char const *, unsigned int) ;
extern int envalloc_0 (genalloc *) ;

#endif