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