Defines boolean type with its possible values.
More...
Defines boolean type with its possible values.
◆ VANILLAPDF_RV_FALSE
Represents the boolean false value.
It shall respond to false value as defined in c++ standard. However, I recommend using this constant instead of not operator or any other constant, that may seem to work.
- Examples
- extract.c, filter.c, and main.c.
◆ VANILLAPDF_RV_TRUE
Represents the boolean true value.
It shall respond to true value as defined in c++ standard.
- Examples
- extract.c, and main.c.