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