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