ILE C/C++ Programmer's Guide

ILE C++ requires:
- Full prototype declarations
- All declarations of a function must match the unique definition of a
function
- The type defined in a pointer declaration must match the type defined in
the function prototype
- Note:
- ISO C has no such restrictions.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.