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