ref: fd4e8eef0b14200982c7ef08dcb978445f32c866 dir: /sys/src/ape/lib/v/max.c/
#define _RESEARCH_SOURCE #include <libv.h> max(int a, int b) { return (a>b? a: b); }