source: trunk/sys/libgomp/include/gomp/gstdbool.h @ 1

Last change on this file since 1 was 1, checked in by alain, 7 years ago

First import

File size: 103 bytes
Line 
1#ifndef _G_STDBOOL_H_
2#define _G_STDBOOL_H_
3
4typedef int bool;
5
6#define true  1
7#define false 0
8#endif
Note: See TracBrowser for help on using the repository browser.