shithub: plan9front

ref: 03aeeafffb35a7a0b6fdfbb570f514cf660fd2aa
dir: /sys/src/libc/mips/cycles.c/

View raw version
#include <u.h>
#include <libc.h>

void	cycles(uvlong*u)
{
	*u = 0LL;
}