This is a basic question . Kindly guide me where i should look . I am looking at a C++ code which looks like this
ACCB1 void ACCB2 MyPluginCommand(void *clientData)
When I search for them in the code base I see them to be just
#define ACCB1
#define ACCB2
I understand for dlls we need to specify what all functions we want to expose but this is not that .
I many a times see these kinds of codes but never really understood . For C++ i understand function name , return type and arguments are sufficient . What does these variable helps us and how does compiler treats them