Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
ordered variables in structs and source files alphabetically
[dwm.git]
/
util.c
diff --git
a/util.c
b/util.c
index
f7e3e6f
..
3e5fd1e
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-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
@@
bad_malloc(unsigned int size)
exit(1);
}
-/* extern
functions
*/
+/* extern */
void *
emallocz(unsigned int size)