small change in sully layout for readability

This commit is contained in:
asus
2024-01-28 15:08:06 +01:00
parent a954a40215
commit 3334c8b0db

View File

@@ -7,22 +7,18 @@
int main() \ int main() \
{ \ { \
\ \
char *before = \ char *before = "\
"\
#define _GNU_SOURCE /* for asprintf */\n\ #define _GNU_SOURCE /* for asprintf */\n\
#include <stdlib.h> /* for free and system */\n\ #include <stdlib.h> /* for free and system */\n\
#include <stdio.h>\n\ #include <stdio.h>\n\
#define xstr(s) #s\n\ #define xstr(s) #s\n\
#define str(s) xstr(s)\n\ #define str(s) xstr(s)\n\
#define FT(s) \ #define FT(s)"; \
"; \
char *quine = s; \ char *quine = s; \
char *after = \ char *after = "\
"\
\n\ \n\
int i = %i;\n\ int i = %i;\n\
FT(str(FT(s)))\n\ FT(str(FT(s)))\n"; \
"; \
\ \
if (i >= 0) \ if (i >= 0) \
{\ {\