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