first draft

This commit is contained in:
Alex
2022-04-13 18:01:39 +08:00
commit 906782e134
111 changed files with 15383 additions and 0 deletions

8
byteorder.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __BYTEORDER_H
#define __BYTEORDER_H
#ifndef __LITTLE_ENDIAN_BITFIELD
#define __LITTLE_ENDIAN_BITFIELD
#endif /* __LITTLE_ENDIAN_BITFIELD */
#endif /* __BYTEORDER_H */