meta data for this page
#define MAX(a, b) \
({ __typeof__(a) _a = (a); \
__typeof__(b) _b = (b); \
_a > _b ? _a : _b; })
jump to: Search / User Tools / Main Content / Change Content Width
niziak.spox.org
#define MAX(a, b) \
({ __typeof__(a) _a = (a); \
__typeof__(b) _b = (b); \
_a > _b ? _a : _b; })
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3