Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NLSR
/
3560cb6869b14ce06a9fe43f57766fb5fce9558f
/
.
/
utility.h
blob: fb699d67ca10dd70845ae79ff9a824619193b4b6 [
file
] [
log
] [
blame
]
#ifndef
_UTILITY_H_
#define
_UTILITY_H_
char
*
getLocalTimeStamp
(
void
);
char
*
getGmTimeStamp
(
void
);
long
int
get_current_time_sec
(
void
);
void
get_current_timestamp_micro
(
char
*
microSec
);
#endif