source:
trunk/sys/libgomp/include/gomp/gstdbool.h
@
196
Last change on this file since 196 was 1, checked in by , 8 years ago | |
---|---|
File size: 103 bytes |
Line | |
---|---|
1 | #ifndef _G_STDBOOL_H_ |
2 | #define _G_STDBOOL_H_ |
3 | |
4 | typedef int bool; |
5 | |
6 | #define true 1 |
7 | #define false 0 |
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.