home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / COMMONC.18 < prev    next >
Encoding:
Text File  |  1993-11-06  |  228 b   |  8 lines

  1. %F,15,COMMONC.MNU%Constructs_in_C_and_C++ / %F,15,COMMONC.17%Previous / %F,15,COMMONC.19%Next
  2.  
  3.              %C,1%Prototype Declarations
  4.  
  5. C++ requires full prototype declarations.  ANSI C allows
  6. non-prototyped functions.
  7.  
  8.