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