I saw there are such tokens in gcc's source code,
but how to use these 2 tokens?
|
|
__extension__:
__typeof__:MIN and MAX in C is a good example how it's used. Basically it allows you to declare a variable which has the same type as another variable. |
|||||||||
|