mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
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) */ |
||
---|---|---|
bin | ||
etc | ||
gnu | ||
lib/csu/i386 | ||
libexec/makekey | ||
sbin | ||
share/man/man4 | ||
sys | ||
usr.bin/symorder | ||
usr.sbin |