Gleydson Soares wrote:
> -void
> +__dead static void
> usage(void)
> {
> (void)fprintf(stderr, "usage: %s [name-of-domain]\n", __progname);do we have a preferred order for these words? i always use static void __dead because i like the real C keywords first, then the annotations to follow. starting the line with __ creates "glare". i don't know. not a big deal, just throwing it out there.
