home *** CD-ROM | disk | FTP | other *** search
- When a program is made up of more than one file, one identifier
- may refer to the same object in every file. On the other hand, it
- may only refer to a particular object that is defined in the
- current file. If it refers to the same object in every file, it
- has external linkage. If the identifier only refers to an object
- that is defined in the current file, it has internal linkage.
-