home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A1216122.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  194 b   |  4 lines

  1. This call invokes f(int).  The argument matching algorithm does
  2. not have to distinguish between function definitions because there
  3. is only one definition of f() that takes a single argument.
  4.