mirror of git://git.suckless.org/ubase
List function decls in alphabetical order
This commit is contained in:
parent
55dbbb7b3f
commit
b03a021983
10
util.h
10
util.h
|
@ -13,17 +13,17 @@ char *agetcwd(void);
|
|||
/* apathmax.c */
|
||||
void apathmax(char **, long *);
|
||||
|
||||
/* eprintf.c */
|
||||
void enprintf(int, const char *, ...);
|
||||
void eprintf(const char *, ...);
|
||||
void weprintf(const char *, ...);
|
||||
|
||||
/* ealloc.c */
|
||||
void *ecalloc(size_t, size_t);
|
||||
void *emalloc(size_t size);
|
||||
void *erealloc(void *, size_t);
|
||||
char *estrdup(const char *);
|
||||
|
||||
/* eprintf.c */
|
||||
void enprintf(int, const char *, ...);
|
||||
void eprintf(const char *, ...);
|
||||
void weprintf(const char *, ...);
|
||||
|
||||
/* estrtol.c */
|
||||
long estrtol(const char *, int);
|
||||
|
||||
|
|
Loading…
Reference in New Issue