use always static for usage and keep usage definition above main

This commit is contained in:
dwts
2014-04-22 16:44:16 +03:00
committed by sin
parent 575b38391c
commit 459161481a
6 changed files with 32 additions and 34 deletions

2
du.c
View File

@@ -20,7 +20,7 @@ static bool kflag = false;
static long du(const char *);
static void print(long n, char *path);
void
static void
usage(void)
{
eprintf("usage: %s [-a | -s] [-k] [file...]\n", argv0);