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