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