Annotation of nono/wx/bitrev.h, revision 1.1.1.2

1.1       root        1: //
                      2: // nono
1.1.1.2 ! root        3: // Copyright (C) 2020 nono project
        !             4: // Licensed under nono-license.txt
1.1       root        5: //
                      6: 
                      7: #pragma once
                      8: 
1.1.1.2 ! root        9: #include "header.h"
        !            10: 
1.1       root       11: extern const uint8 bitrev_table[256];
                     12: 
                     13: // 8ビットを左右反転する
                     14: static inline uint8
                     15: bitrev(uint8 x)
                     16: {
                     17:        return bitrev_table[x];
                     18: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.