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