Ruby
3.5.0dev (2025-04-04 revision 085cc6e43473f2a3c81311a07c1fc8efa46c118b)
include
ruby
backward
2
bool.h
1
#ifndef RUBY_BACKWARD2_BOOL_H
/*-*-C++-*-vi:se ft=cpp:*/
2
#define RUBY_BACKWARD2_BOOL_H
22
#include "
ruby/internal/stdbool.h
"
23
24
#ifndef FALSE
25
# define FALSE false
26
#elif FALSE
27
# error FALSE must be false
28
#endif
29
30
#ifndef TRUE
31
# define TRUE true
32
#elif ! TRUE
33
# error TRUE must be true
34
#endif
35
36
#endif
/* RUBY_BACKWARD2_BOOL_H */
stdbool.h
C99 shim for <stdbool.h>
Generated by
1.9.8