From 458248dc24c5e1a0bf0ef54b0802635b533cb720 Mon Sep 17 00:00:00 2001 From: jstmax! <87650746+jstmaxlol@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:35:31 +0200 Subject: edited a random file, making a lot of changes to my encryption scheisse, made a new gpg key for git, testing --- asm_print.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/asm_print.c b/asm_print.c index f232661..161249e 100644 --- a/asm_print.c +++ b/asm_print.c @@ -1,9 +1,6 @@ #include #include -#ifndef __stupid -#define __stupid - void dprint(const char* str); int main(void) { @@ -28,5 +25,3 @@ void dprint(const char* str) { : "%rax", "%rdi", "%rsi", "%rdx" ); } - -#endif -- cgit v1.3.1