![Russell Joyce](/assets/img/avatar_default.png)
Effectively just ignores any declarations as global scope is shared across files in PicoC anyway, so the ultimate definition should be enough.
5 lines
50 B
C
5 lines
50 B
C
extern int a;
|
|
extern long b;
|
|
|
|
//void decrement();
|