git: 9front

ref: 9cffce6c622bee3daf2ccc07d6c77e9b1410e2dc
dir: /sys/src/libc/alpha/cycles.c/

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

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