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