shithub: riscv

ref: c247ce1c3301222ccd445d3479c29f7eb0e9bfc4
dir: /sys/src/ape/lib/9/bind.c/

View raw version
#include <lib9.h>

extern	int	_BIND(char*, char*, int);

int
bind(char *name, char *old, int flag)
{
	return _BIND(name, old, flag);
}