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 4439819 commit 06ca051Copy full SHA for 06ca051
tutorial/en/1-Skeleton.md
@@ -57,6 +57,7 @@ The code is as following:
57
#include <stdlib.h>
58
#include <memory.h>
59
#include <string.h>
60
+#define int long long // work with 64bit target
61
62
int token; // current token
63
char *src, *old_src; // pointer to source code string;
0 commit comments