Skip to content

Commit 06ca051

Browse files
authored
Update 1-Skeleton.md
1 parent 4439819 commit 06ca051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorial/en/1-Skeleton.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The code is as following:
5757
#include <stdlib.h>
5858
#include <memory.h>
5959
#include <string.h>
60+
#define int long long // work with 64bit target
6061

6162
int token; // current token
6263
char *src, *old_src; // pointer to source code string;

0 commit comments

Comments
 (0)