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

  1. Unless you specify otherwise, most identifiers in file scope have
  2. external linkage.  If you want to specify that such an identifier
  3. has internal linkage, you can declare it with the keyword static.
  4.