small change in sully layout for readability
This commit is contained in:
@@ -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) \
|
||||||
{\
|
{\
|
||||||
|
|||||||
Reference in New Issue
Block a user