#define

#define

Overview

Defines a macro.
Define the macro as a string of 128 or fewer characters, using ASCII alphanumeric characters and the underscore ( _ ). The first character in the string must not be a number.
Behavior is undefined if 129 or more characters have been used.

Code Example

#define MAX_COUNT       100

Revision History

2011/12/20
Initial version.

CONFIDENTIAL