Skip to content

Commit 83f562a

Browse files
author
Sebastien Bourdeauducq
committedJan 12, 2013
software/include: add stdbool.h
1 parent 080dbaa commit 83f562a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

Diff for: ‎software/include/base/stdbool.h

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef __STDBOOL_H
2+
#define __STDBOOL_H
3+
4+
#define bool _Bool
5+
#define true 1
6+
#define false 0
7+
8+
#endif /* __STDBOOL_H */

0 commit comments

Comments
 (0)
Please sign in to comment.