git: 9front

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

View raw version
#include <lib9.h>

extern	unsigned long	_RENDEZVOUS(unsigned long, unsigned long);

unsigned long
rendezvous(unsigned long tag, unsigned long value)
{
	return _RENDEZVOUS(tag, value);
}