Is there any reason to declare something “volatile const” in C but only “volatile” in C++?
I was using a header file in my project that had the following define(s):
Is there any reason to declare something “volatile const” in C but only “volatile” in C++?
I was using a header file in my project that had the following define(s):