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