git: 9front

ref: b44da63f75d929a4c7c0944fe512b310f9cf0ce8
dir: /sys/src/ape/lib/9/rendezvous.c/

View raw version
#include <lib9.h>

extern	void*	_RENDEZVOUS(void*, void*);

void*
rendezvous(void *tag, void *value)
{
	return _RENDEZVOUS(tag, value);
}