blob: 2d0424bf0a97bbbad17aed0b68fbc9e8a7467f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**************************************************************************
*
* Language: C++
* Purpose: Program to demonstrate the 'inline' statement.
* Author: M J Leslie
* Date: 14-Feb-96
* Descrip: To be written.
*
**************************************************************************/
main()
{
}
|