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