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