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

  1. When you declare a function to be inline, you do not change the
  2. way the function behaves.  You only change the way that the
  3. compiler interprets calls to the function.
  4.