Content deleted Content added
Mx. Granger (talk | contribs) →External links: {{C++ programming language}} |
Don't use a macro in compiler "cleanup" extensions - adds indirection not required to understand the concept |
||
Line 116:
| work=Using the GNU Compiler Collection (GCC)
| publisher=[[GNU Project]]
| access-date=2019-03-09}}</ref> The following
<syntaxhighlight lang=c>
void example_usage() {
fputs("hello logfile!", logfile);
}
|