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