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