I saw there are such tokens in gcc's source code,
but how to use these 2
tokens?
GCC uses the __extension__ attribute when using the -ansi flag to avoid warnings in headers with GCC extensions. This is mostly used in glibc with function declartions using long long
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With