Hi!,
Can you tell me what is the significance of using "_" or "__" while declaring any function or #define?
I see a lot of #define or typedef structs with these things.
eg:
typedef struct xyz {
....
....
} __ABC__ efg.
or,
_func(); // in declarations usually,but when called,the "_" is dropped.
Regards,
Kumar Gaurava.
Can you tell me what is the significance of using "_" or "__" while declaring any function or #define?
I see a lot of #define or typedef structs with these things.
eg:
typedef struct xyz {
....
....
} __ABC__ efg.
or,
_func(); // in declarations usually,but when called,the "_" is dropped.
Regards,
Kumar Gaurava.