WiscSort / wiscSort / RSW / header / nano_time.h
nano_time.h
Raw
#ifndef _NANO_TIME_H
#define _NANO_TIME_H

#include <sys/types.h>
#include <inttypes.h>

uint64_t nano_time(void);

#endif