3
我得到一個‘未定義的引用‘的typeof’’ - 錯誤編譯和鏈接本:MinGW的錯誤「未定義的引用‘的typeof’'」
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
int main() {
typeof(5);
return 0;
}
的gcc版本是4.3.3,命令行「gcc.exe -std = c99 1.c -o 1.exe」。
或者使用替代關鍵字'__typeof__',它的工作原理與標準符合模式無關。 – ephemient 2010-04-11 03:03:24