dragons-and-bytecode / comfy

Comfy - the comfortable C dialect
Mozilla Public License 2.0
1 stars 0 forks source link

Comfy includes #2

Open RavenNevermore opened 9 years ago

RavenNevermore commented 9 years ago

When including header files, comfy will most of the times find out the extention of the header for you.

So instead of #include "stdio.h" you can simply write #include "stdio"


This will fail, if the header could not be defined uniquely with the given filename. That is: