码迷,mamicode.com
首页 > 其他好文 > 详细

平台架构识别

时间:2020-02-27 18:51:54      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:目录   i386   print   res   平台   http   red   ifd   ref   


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

平台架构识别

标签:目录   i386   print   res   平台   http   red   ifd   ref   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!