このページを編集する際は、編集に関する方針に従ってください。
#define Max(x, y) ((x) > (y) ? (x) : (y))
* Max * Return the maximum of two numbers.