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