From 20dd72e40dc2728d3c5335d860e4b8ab8da14fcc Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 25 Oct 2021 00:36:33 +0200 Subject: Changing build system to recursive make --- src/stdio.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/stdio.h (limited to 'src/stdio.h') diff --git a/src/stdio.h b/src/stdio.h deleted file mode 100644 index 2d0aa8a..0000000 --- a/src/stdio.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef STDIO_H -#define STDIO_H - -void printf(char *str, ...); - -#endif -- cgit v1.2.3