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