mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
10 lines
No EOL
218 B
C
10 lines
No EOL
218 B
C
#ifndef VERIFAST_BITOPS_EXTENDED_H
|
|
#define VERIFAST_BITOPS_EXTENDED_H
|
|
|
|
/*@
|
|
lemma void bitand_idempotent_right(int l, int r);
|
|
requires true;
|
|
ensures (l & r) == ((l & r) & r);
|
|
@*/
|
|
|
|
#endif /* VERIFAST_BITOPS_EXTENDED_H */ |