git: 9front

ref: aada916f1e8d7fecc695c41d914bcad1784c4e63
dir: /sys/src/libc/alpha/cycles.c/

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

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