source:
trunk/sys/libgomp/include/gomp/gstdbool.h
@
259
Last change on this file since 259 was 1, checked in by , 8 years ago | |
---|---|
File size: 103 bytes |
Rev | Line | |
---|---|---|
[1] | 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.