I
Ips
hello!
Where can I find a reference to the information that the define names
starting with unserscores are reserved for compilers?
I mean something like this:
#define __MYFILE__ "test.h"
or
#ifndef __MYFILE__
#define __MYFILE__
#endif
any help appreciated
regards;
Ips
Where can I find a reference to the information that the define names
starting with unserscores are reserved for compilers?
I mean something like this:
#define __MYFILE__ "test.h"
or
#ifndef __MYFILE__
#define __MYFILE__
#endif
any help appreciated
regards;
Ips