What is this C syntax (used in Linux drivers/net/bonding/bond_main.c)? -
I have written much earlier C, but I think this syntax does not recognize:
     [...] =  section which looks strange to me (well,  BOND_MODE_ROUNDROBIN  and other macros that only integers spread far.) 
 
this named starting it is said that C Has been introduced in 99. GCC also supports it as an extension.
It has been used to start structures and arrays, see for detail.
Comments
Post a Comment