From 5a0ec4ed3711beda63450fcfe0bbbd1656fbb1ae Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 1 May 2023 00:38:33 -0400 Subject: move back to c99 --- src/commands/dd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/dd.c') diff --git a/src/commands/dd.c b/src/commands/dd.c index 87c9eb8..2b6955f 100644 --- a/src/commands/dd.c +++ b/src/commands/dd.c @@ -1,5 +1,4 @@ #include "../command.h" -#include static void help() { printf("Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N]\n\n"); -- cgit v1.2.3-freya