File extension is in extensions list: Difference between revisions

Content added Content deleted
Line 200: Line 200:
===C: dots allowed ===
===C: dots allowed ===
There is no magic in extensions: they are just trailing characters in names.
There is no magic in extensions: they are just trailing characters in names.
<lang c>
<lang c>/*
/*
* File extension is in extensions list (dots allowed).
* File extension is in extensions list (dots allowed).
*
*
Line 298: Line 297:
getchar();
getchar();
return 0;
return 0;
}</lang>
}
</lang>
{{out}}
{{out}}
<pre>
<pre>