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