shithub: plan9front

ref: c3779afdd6452b40c27359a88af548e93635b595
dir: /sys/src/libc/mips/cycles.c/

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

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