/*
AUTOMATICALLY GENERATED BY tspec 2.10
API SUBSET: iso99:stdbool.h (VERSION 1.0)
*/
#ifndef __TDF_ISO99_STDBOOL_H
#define __TDF_ISO99_STDBOOL_H
#ifdef __cplusplus
extern "C" {
#endif
#pragma TenDRA declaration block api__iso99__stdbool begin
#define bool _Bool
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
#pragma TenDRA declaration block end
#ifdef __cplusplus
}
#endif
#endif /* __TDF_ISO99_STDBOOL_H */