ref: 6661936e28c85c94190611858cf68290998061e8 dir: /sys/src/ape/lib/9/rendezvous.c/
#include <lib9.h> extern void* _RENDEZVOUS(void*, void*); void* rendezvous(void *tag, void *value) { return _RENDEZVOUS(tag, value); }