mistakes in templates second part
[reactos.git] / posix / include / iso646.h
1 /* $Id: iso646.h,v 1.2 2002/02/20 09:17:54 hyperion Exp $
2 */
3 /*
4 * iso646.h
5 *
6 * alternative spellings. Conforming to the Single UNIX(r) Specification
7 * Version 2, System Interface & Headers Issue 5
8 *
9 * This file is part of the ReactOS Operating System.
10 *
11 * Contributors:
12 * Created by KJK::Hyperion <noog@libero.it>
13 *
14 * THIS SOFTWARE IS NOT COPYRIGHTED
15 *
16 * This source code is offered for use in the public domain. You may
17 * use, modify or distribute it freely.
18 *
19 * This code is distributed in the hope that it will be useful but
20 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
21 * DISCLAMED. This includes but is not limited to warranties of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23 *
24 */
25 #ifndef __ISO646_H_INCLUDED__
26 #define __ISO646_H_INCLUDED__
27
28 /* INCLUDES */
29
30 /* OBJECTS */
31
32 /* TYPES */
33
34 /* CONSTANTS */
35
36 /* PROTOTYPES */
37
38 /* MACROS */
39 #define and &&
40 #define and_eq &=
41 #define bitand &
42 #define bitor |
43 #define compl ~
44 #define not !
45 #define not_eq !=
46 #define or ||
47 #define or_eq |=
48 #define xor ^
49 #define xor_eq ^=
50
51 #endif /* __ISO646_H_INCLUDED__ */
52
53 /* EOF */
54