Possible Duplicate:
Why do people use __(double underscore) so much in C++
I was studying the Linux kernel programming code.
There are some data structures and functions which start with a double underscore like:
__u32  len
How is that different from normal variables?
 
     
     
    