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