首页 > 其他 > 详细

平台架构识别

时间:2020-02-27 18:47:19      阅读:61      评论:0      收藏:0      [点我收藏+]

title: 平台架构识别
date: 2020/2/27 18:32:58
toc: true
---

平台架构识别

https://sourceforge.net/p/predef/wiki/Architectures/

https://sourceforge.net/p/predef

    // #ifdef __arm__
    // printf("arm\n");
    // #endif
    // #ifdef __i386__
    // printf("__i386__\n");
    // #endif
    // #ifdef __x86_64__  // for ubuntu
    // printf("__x86_64__\n");
    // #endif

平台架构识别

原文:https://www.cnblogs.com/zongzi10010/p/12373616.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!