美文网首页
chapter 1 来啊,互相伤害啊

chapter 1 来啊,互相伤害啊

作者: emacsVSvi | 来源:发表于2016-08-29 14:42 被阅读15次


    register n = (count + 7) / 8; /* count > 0 assumed */
    switch (count % 8)
    {
    case 0: do { *to = *from++;
    case 7: *to = *from++;
    case 6: *to = *from++;
    case 5: *to = *from++;
    case 4: *to = *from++;
    case 3: *to = *from++;
    case 2: *to = *from++;
    case 1: *to = *from++;
    } while (--n > 0);
    }

    相关文章

      网友评论

          本文标题:chapter 1 来啊,互相伤害啊

          本文链接:https://www.haomeiwen.com/subject/crwxettx.html