Today i came across nested functions which i had never heard of. Is it only part of GNU C?
Here is a wikipedia example of nested function.
float E(fl
Nested functions are GCC extension, not a standard C