home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04186.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  238 b   |  5 lines

  1. There are some other situations where an identifier that has file
  2. scope can have internal linkage.  An identifier that has file
  3. scope and is explicitly declared const has internal linkage unless
  4. it is also explicitly declared extern.
  5.