Plan 9 from Bell Labs’s /usr/web/sources/patch/maybe/sys-nanotime/nsec.c
#include <u.h> #include <libc.h> vlong nsec(void) { return nanotime(); }