Function Signature -- Examples
n
Examples:
n
int Increment(int n);
n
int Max(int x, int y);
n
void
DrawLine(short x1, short y1, short x2, short y2);
n
void
means nothing will be returned by the
function.