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