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