Some consistency changes to library & headers flags.
[splint-patched.git] / test / unaryop.c
blobe885f15bb10f0fcba94277a3741f94186a85b58d
1 int minus(void)
3 return -1;
6 int plus(void)
8 return +1;
11 int tilde(void)
13 return ~7;