Tool/software: TI-RTOS
The TI-RTOS examples use "Void" instead of "void". Why is this?
It seems like Void is void:
#define Void xdc_Void #define xdc_Void void
Is Void ever not void?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
The TI-RTOS examples use "Void" instead of "void". Why is this?
It seems like Void is void:
#define Void xdc_Void #define xdc_Void void
Is Void ever not void?
Peter was (not) alone in having that question. Nicely answered - especially your mention of "pre-C99" and its defined types...