Aller au code source de ce fichier.
Macros | |
| #define | SEG1 0x1A20 |
| #define | SEG2 0x1A60 |
| #define | SEG3 0x1AA0 |
| #define | SEG4 0x1AE0 |
| #define | SEG5 0x1B20 |
| #define | SEG6 0x1B60 |
| #define | SEG7 0x1BA0 |
| #define | ABS(a) (-(a) * ((a) < 0) + (a) * ((a) > 0)) |
| #define | SIGNUM(a) (-((a)<0) + ((a)>0)) |
| #define | INT16MAX 0xFFFF |
Typedefs | |
| typedef unsigned char | u_char |
| typedef unsigned int | u_int |
| typedef unsigned long | u_long |
Définition dans le fichier defines.h.
|
|
|
|
|
|
|
|
|
|
|
|
|