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