Mail Archives: djgpp-workers/1999/04/08/13:03:25
It defines type bool, macros
true, false, __bool_true_false_are_defined.
Laurynas Biveinis
----------------------------------------------------------------------------
--------
/* Copyright (C) 1999 Laurynas Biveinis, see COPYING.DJ for details */
#ifndef __dj_include_stdbool_h_
#define __dj_include_stdbool_h_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
typedef int bool;
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
#ifndef __STRICT_ANSI__
#ifndef _POSIX_SOURCE
#endif /* !_POSIX_SOURCE */
#endif /* !__STRICT_ANSI__ */
#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
#ifndef __dj_ENFORCE_FUNCTION_CALLS
#endif /* !__dj_ENFORCE_FUNCTION_CALLS */
#ifdef __cplusplus
}
#endif
#endif /* !__dj_include_stdbool_h_ */
- Raw text -