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