25-04-2017, 06:25 AM
Hello,
It is defined in the Rule 21.2 that reserved identifier from standard library should not be used.
I have following example for a function definition.
void func_a (uint8 time)
time is reserved identifier from time.h, but it is used as input paramter for the function syntax. does it violate the rule 21.2?
Thanks
Lai
It is defined in the Rule 21.2 that reserved identifier from standard library should not be used.
I have following example for a function definition.
void func_a (uint8 time)
time is reserved identifier from time.h, but it is used as input paramter for the function syntax. does it violate the rule 21.2?
Thanks
Lai
<t></t>