Add missing BITS_PER_BYTE definition
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64) (push) Successful in 18s
Builds / ExectOS (i686) (push) Successful in 20s
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64) (push) Successful in 18s
Builds / ExectOS (i686) (push) Successful in 20s
Tento commit je obsažen v:
@@ -40,6 +40,9 @@
|
|||||||
#define MAXLONG 0x7FFFFFFF
|
#define MAXLONG 0x7FFFFFFF
|
||||||
#define MAXULONG 0xFFFFFFFF
|
#define MAXULONG 0xFFFFFFFF
|
||||||
|
|
||||||
|
/* Number of bits per byte */
|
||||||
|
#define BITS_PER_BYTE 8
|
||||||
|
|
||||||
/* Preprocessor macros for defining a structure alignment, packing and segment */
|
/* Preprocessor macros for defining a structure alignment, packing and segment */
|
||||||
#define ALIGN(x) __attribute__((aligned(x)))
|
#define ALIGN(x) __attribute__((aligned(x)))
|
||||||
#define PACK __attribute__((packed))
|
#define PACK __attribute__((packed))
|
||||||
|
|||||||
Odkázat v novém úkolu
Zablokovat Uživatele