X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=util.c;h=3e5fd1e074c0946dee5b49c47134eec76dd2b06b;hb=1e7e57dad3e3ac750421795f60867f65b4ff0f67;hp=f7e3e6fe5fae37a933a93f0b930b508b41515e22;hpb=adaa28a6e600f636f5e86244ccef69e98419ba1a;p=dwm.git diff --git a/util.c b/util.c index f7e3e6f..3e5fd1e 100644 --- a/util.c +++ b/util.c @@ -10,7 +10,7 @@ #include #include -/* 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)