|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2019 [email protected] ! 4: // ! 5: ! 6: #pragma once ! 7: ! 8: extern const uint8 bitrev_table[256]; ! 9: ! 10: // 8ビットを左右反転する ! 11: static inline uint8 ! 12: bitrev(uint8 x) ! 13: { ! 14: return bitrev_table[x]; ! 15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.