This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This file was written by Aldo Fregoso, and is placed in the public domain. | |
| * The author hereby disclaims copyright to this source code. | |
| */ | |
| #ifndef UTIL_BITFIELD_H | |
| #define UTIL_BITFIELD_H | |
| #include <inttypes.h> |
NewerOlder