Provided by: linuxcnc-uspace_2.9.1-2ubuntu1_amd64
NAME
rtapi_bool.h - RTAPI wrappers for linux kernel functionality
SYNTAX
#include <rtapi_bool.h>
DESCRIPTION
Includes either <stdbool.h> or <linux/types.h> as appropriate, to obtain suitable declarations of "bool", "true" and "false".
REALTIME CONSIDERATIONS
None.
NOTES
Also permitted in C++ programs, where including it has no effect.