...
The following table identifies the linkage assigned to an object that is declared twice in a single translation unit.
1st /\ 2nd |
| None |
|
---|---|---|---|
| Internal | Undefined | Internal |
None | Undefined | External | External |
| Undefined | External | External |
...
...
The following table identifies the linkage assigned to an object that is declared twice in a single translation unit.
1st /\ 2nd |
| None |
|
---|---|---|---|
| Internal | Undefined | Internal |
None | Undefined | External | External |
| Undefined | External | External |
...