Skip to content

Commit

Permalink
software/include: add stdbool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jan 12, 2013
1 parent 080dbaa commit 83f562a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions software/include/base/stdbool.h
@@ -0,0 +1,8 @@
#ifndef __STDBOOL_H
#define __STDBOOL_H

#define bool _Bool
#define true 1
#define false 0

#endif /* __STDBOOL_H */

0 comments on commit 83f562a

Please sign in to comment.