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