Mercurial > aewl
diff util.c @ 84:052fe7498930
ordered variables in structs and source files alphabetically
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Mon, 17 Jul 2006 09:12:29 +0200 |
parents | 4bd49f404f10 |
children | 4bee0aa5b286 |
line wrap: on
line diff
--- a/util.c Mon Jul 17 08:37:37 2006 +0200 +++ b/util.c Mon Jul 17 09:12:29 2006 +0200 @@ -10,7 +10,7 @@ #include <sys/wait.h> #include <unistd.h> -/* static functions */ +/* static */ static void bad_malloc(unsigned int size) @@ -20,7 +20,7 @@ exit(1); } -/* extern functions */ +/* extern */ void * emallocz(unsigned int size)