AlexChing

Results 1 issues of AlexChing

您好~我直接从仓库拉代码下来无法编译通过: os: win10 64bit gcc: MinGW.org GCC-6.3.0-1 ``` PS C:\Users\AlexC\Documents\GitHub\write-a-C-interpreter> gcc -m32 -o xc xc.c xc.c: In function 'next': xc.c:111:57: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]...