why C99 'bool' datatype not supported by Matlab/Simulink ?

1 view (last 30 days)
Looking at the below documentation, I can see that boolean type can be defined as either: int8, uint8 or intn but not 'bool' defined by C99 standard (stdbool.h):
What is the rationale/reasons for not being able to redefine it as below ?
typedef bool boolean_T;
Thank you

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!