#include <windows.h>
#include <9pm/u.h>
#include <9pm/libc.h>

int
sleep(long msec)
{
	/*
	 * BUG: check whether we were interrupted.
	 */
	Sleep(msec);
	return 0;
}


syntax highlighted by Code2HTML, v. 0.9.1