Perhaps "pseudo C" is the wrong description and the syntax is obviously derived from C and you can use C/C++ code inline as well. However an arduino sketch is still obviously a lot simpler than an equivalent C project that has to have far more explicit includes and definitions.
So for a test, pick any specific Arduino sketch example (for an atMega168) and show the exact equivalent with winavr gcc code.