阅读背景:

使用-std=gnu99和内联函数时编译错误

来源:互联网 

The following code:

下面的代码:

#include <stdio.h>
inline int myfunc (int x) {
    return x+3;
}

int main () {

    printf("%d", myfunc(2));
    return 0;
}
#include <stdio.



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: