source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/ports/win32/check/stdbool.h@ 457

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 139 bytes
Line 
1#ifndef MY_STDBOOL_H
2#define MY_STDBOOL_H
3
4typedef int bool;
5#define true 1
6#define false 0
7#define __bool_true_false_are_defined 1
8
9#endif
Note: See TracBrowser for help on using the repository browser.