shithub: riscv

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

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

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