summaryrefslogtreecommitdiff
path: root/asm_print.c
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2025-10-26 00:35:31 +0200
committerjstmax! <87650746+jstmaxlol@users.noreply.github.com>2025-10-26 00:35:31 +0200
commit458248dc24c5e1a0bf0ef54b0802635b533cb720 (patch)
treec29c22196e57e9a6327b9967a2db481c52a31195 /asm_print.c
parent4da38055970bc983b4a2d1a7ea04795cdde15bd1 (diff)
edited a random file, making a lot of changes to my encryption scheisse, made a new gpg key for git, testing
Diffstat (limited to 'asm_print.c')
-rw-r--r--asm_print.c5
1 files changed, 0 insertions, 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 <string.h>
#include <stddef.h>
-#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