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