??? 09/19/06 08:54 Read: times |
#124535 - RE: file static Responding to: ???'s previous message |
Maarten Brock said:
File static that is, so it cannot be referenced by any extern statement. It's not so much the 'extern' that matters, as 'C' can get by without them - see: http://www.8052.com/forum/read.phtml?id=124528 (which I must have been typing simultaneously with you!) Making it (file) 'static' means that the name is not published to the Linker, so the Linker cannot "accidentally" make the Link! |