home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / EXAMPLES / EX0417.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-15  |  264 b   |  11 lines

  1. // \EXAMPLES\EX0417.H
  2.  
  3. //
  4. // files in this program:
  5. // %F,15,EX0417.CPP%EX0417.CPP  - secondary source file
  6. // EX0417.H    - header file for this program
  7. // %F,15,EX0418.CPP%EX0418.CPP  - main source file for this program
  8.  
  9. extern int a;
  10. extern void f();
  11.