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