source: mainline/uspace/lib/posix/iso646.h@ d3ce33fa

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since d3ce33fa was 4f86fa3, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Add iso646.h

  • Property mode set to 100644
File size: 321 bytes
Line 
1
2/** @addtogroup libposix
3 * @{
4 */
5/** @file
6 */
7
8#ifndef POSIX_ISO646_H_
9#define POSIX_ISO646_H_
10
11#define and &&
12#define and_eq &=
13#define bitand &
14#define bitor |
15#define compl ˜
16#define not !
17#define not_eq !=
18#define or ||
19#define or_eq |=
20#define xor ^
21#define xor_eq ^=
22
23#endif /* POSIX_ISO646_H_ */
24
25/** @}
26 */
27
Note: See TracBrowser for help on using the repository browser.