|
>> int function(int a){Yes that does work, never mind that that enables all sorts of
>> int b;
>> #include "other_file.h"
>> return a + b;
>> }
>>
>> // other_file.h
>> b = 42;
>>
atrocities, and in general this pattern of programming should be
avoided.
Timothy