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

  1. This example shows how objects that are defined in one file can be
  2. declared in another file.  File X contains definitions for the int
  3. value a and the function f().  File Y includes the header file
  4. that contains extern declarations for both these objects.
  5.