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