ref: 230cee347fb6740900ab7295b32f378ff6c3c13a 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); }