Revision history of "Max()"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 10:11, 16 August 2016Fengfeng (talk). . (428 bytes) (+428). . (Created page with "<pre style="color:green"> #define max(a, b) ((a)>(b)?(a):(b)) </pre> The maximum value<br> Take the maximum between two numbers, for example:<br> <pre style="color:green"> se...")