5 lines
95 B
C
5 lines
95 B
C
#pragma once
|
|
#include <ygg/time.h>
|
|
|
|
int gettimeofday(struct timeval *tv, struct timezone *tz);
|