`
ggsonic
  • 浏览: 260022 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

mac gcc hello world

 
阅读更多
xcrun -sdk macosx10.7 -run gcc -isysroot $(xcodebuild -version -sdk macosx10.7 Path) test.m -o test

test.m
#include <stdio.h>
int main(){
    printf("hello world");
    return 0;
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics