ordered variables in structs and source files alphabetically
This commit is contained in:
parent
e743836541
commit
bf35794507
7 changed files with 71 additions and 78 deletions
4
util.c
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue