diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-10-26 00:35:31 +0200 |
|---|---|---|
| committer | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-10-26 00:35:31 +0200 |
| commit | 458248dc24c5e1a0bf0ef54b0802635b533cb720 (patch) | |
| tree | c29c22196e57e9a6327b9967a2db481c52a31195 | |
| parent | 4da38055970bc983b4a2d1a7ea04795cdde15bd1 (diff) | |
edited a random file, making a lot of changes to my encryption scheisse, made a new gpg key for git, testing
| -rw-r--r-- | asm_print.c | 5 |
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 |