plan9fox/sys/src/libc/alpha/cycles.c
2011-03-30 19:35:09 +03:00

7 lines
71 B
C

#include <u.h>
#include <libc.h>
void cycles(uvlong*u)
{
*u = 0LL;
}