We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f098f3 commit 2feb8c0Copy full SHA for 2feb8c0
README.md
@@ -5,7 +5,7 @@ An exercise in minimalism.
5
6
Try the following:
7
8
- gcc -o c4 c4.c (you may need the -m32 option on 64bit machines)
+ gcc -o c4 c4.c
9
./c4 hello.c
10
./c4 -s hello.c
11
c4.c
@@ -11,6 +11,7 @@
#include <memory.h>
12
#include <unistd.h>
13
#include <fcntl.h>
14
+#define int long long
15
16
char *p, *lp, // current position in source code
17
*data; // data/bss pointer
0 commit comments