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