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