<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > Linux操作系統(tǒng)中錯(cuò)誤碼描述及其含義

          Linux操作系統(tǒng)中錯(cuò)誤碼描述及其含義

          作者: 時(shí)間:2016-09-12 來(lái)源:網(wǎng)絡(luò) 收藏

          1. 簡(jiǎn)單明了,一個(gè)命令,想看什么看什么:

          本文引用地址:http://www.ex-cimer.com/article/201609/305024.htm

          # perror

          如# perror 0 表示Success, #perror 1表示Operation not permitted

          2. 直接看C文件里的定義:

          # more /usr/include/asm-generic/errno-base.h (基本錯(cuò)誤,從0到34)

          # more /usr/include/asm-generic/errno.h (擴(kuò)展錯(cuò)誤,從35到131)

          3. 寫(xiě)個(gè)C程序來(lái)瞧瞧:

          # vi errorlist.c

          #include

          #include

          #include

          int main()

          {

          int i;

          for (i=0; i257; i++)

          {

          printf(Error # %d: %sn, i, strerror(i));

          }

          }

          # gcc errorlist.c 編譯該C文件

          # ./a.out 執(zhí)行,查看輸出結(jié)果



          關(guān)鍵詞:

          評(píng)論


          相關(guān)推薦

          技術(shù)專(zhuān)區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();