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