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