shithub: riscv

ref: bc5b85c37c2d966b6d65dededcfe4f9dd38eed9d
dir: /sys/src/libc/68000/cycles.c/

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

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