file.h File Reference

This is an example file. More...


Defines

#define MAX(a, b)   ((a) > (b)) ? (a) : (b)
 This macro returns the maximum of two numbers.


Detailed Description

This is an example file.

This file shows how to use the return command.


Define Documentation

#define MAX a,
 )     ((a) > (b)) ? (a) : (b)
 

This macro returns the maximum of two numbers.

Parameters:
a the first number
b the second number
Returns:
the maximum of a and b


Generated on Tue Aug 26 08:32:47 2003 by doxygen 1.3.2