[hackers] [ubase] List function decls in alphabetical order || sin
commit b03a02198320366849b9dae0f489a3666c3d1f89
Author: sin <sin_AT_2f30.org>
Date: Mon Jun 30 18:42:08 2014 +0100
List function decls in alphabetical order
diff --git a/util.h b/util.h
index f43c6ee..cb75bc6 100644
--- a/util.h
+++ b/util.h
_AT_@ -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);
Received on Mon Jun 30 2014 - 19:42:53 CEST
This archive was generated by hypermail 2.3.0
: Mon Jun 30 2014 - 19:48:10 CEST