From 7b67ab3d6fbc74c95f35b992286cb98492c8b433 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 6 Sep 2023 14:05:17 -0500 Subject: restructured filetree --- test.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test.c (limited to 'test.c') diff --git a/test.c b/test.c deleted file mode 100644 index 1bf5e4f..0000000 --- a/test.c +++ /dev/null @@ -1,19 +0,0 @@ -#include - -void print(char* x) { - printf("%s", x); -} -void printfl(float x) { - printf("%f", x); -} -void printdeez(int x) { - printf("%d", x); -} - -int as_int(float x) { - return (int) x; -} - -void termpos(int x, int y) { - printf("\x1b[%d;%dH", x, y); -} -- cgit v1.2.3