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