mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
beb7ebb072
to use the negative of that constant. #define NEG_NUM -3 #define SAFE_NEG_NUM (-3) i = -NEG_NUM; /* Error --3 */ j = -SAFE_NEG_NUM /* Okay -(-3) */ |
||
---|---|---|
.. | ||
alpha/include/pc | ||
amd64 | ||
conf | ||
ddb | ||
dev | ||
i386 | ||
isa | ||
kern | ||
powerpc/include | ||
scsi | ||
sys |