source: EcnlProtoTool/trunk/tcc-0.9.26/include/stdbool.h@ 279

Last change on this file since 279 was 279, checked in by coas-nagasima, 7 years ago

ファイルを追加、更新。

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 136 bytes
Line 
1#ifndef _STDBOOL_H
2#define _STDBOOL_H
3
4/* ISOC99 boolean */
5
6#define bool _Bool
7#define true 1
8#define false 0
9
10#endif /* _STDBOOL_H */
Note: See TracBrowser for help on using the repository browser.