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 */
|
/* apathmax.c */
|
||||||
void apathmax(char **, long *);
|
void apathmax(char **, long *);
|
||||||
|
|
||||||
/* eprintf.c */
|
|
||||||
void enprintf(int, const char *, ...);
|
|
||||||
void eprintf(const char *, ...);
|
|
||||||
void weprintf(const char *, ...);
|
|
||||||
|
|
||||||
/* ealloc.c */
|
/* ealloc.c */
|
||||||
void *ecalloc(size_t, size_t);
|
void *ecalloc(size_t, size_t);
|
||||||
void *emalloc(size_t size);
|
void *emalloc(size_t size);
|
||||||
void *erealloc(void *, size_t);
|
void *erealloc(void *, size_t);
|
||||||
char *estrdup(const char *);
|
char *estrdup(const char *);
|
||||||
|
|
||||||
|
/* eprintf.c */
|
||||||
|
void enprintf(int, const char *, ...);
|
||||||
|
void eprintf(const char *, ...);
|
||||||
|
void weprintf(const char *, ...);
|
||||||
|
|
||||||
/* estrtol.c */
|
/* estrtol.c */
|
||||||
long estrtol(const char *, int);
|
long estrtol(const char *, int);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user