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