git: 9front

ref: 1c2c4b3bc0e0855eb81be73174ffcdb8cd3dba9b
dir: /sys/src/libc/alpha/cycles.c/

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

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