PURE C in ARDUINO IDE

Hi all

Does the ARDUINO IDE support pure C ?

Thanks
Elico

The language used by the Arduinos is C/C++

Mark

Using pure C means you'll have to write your own I/O libraries.
Not worth it, in my opinion

elico:
Does the ARDUINO IDE support pure C ?

What do you see as the difference between pure C and unpure C? (or whatever alternative you had in mind when you drafted the question)

...R