Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NLSR
/
8c1cdbf1424c21538b9a1ca97d1b052904b8d129
/
.
/
utility.h
blob: 96cd3cfba668d790728f06845b146d25f813086c [
file
] [
log
] [
blame
]
#ifndef
_UTILITY_H_
#define
_UTILITY_H_
char
*
getLocalTimeStamp
(
void
);
char
*
getGmTimeStamp
(
void
);
char
*
nth_named_component
(
const
char
*
name_prefix
,
int
n
);
long
int
get_current_time_sec
(
void
);
#endif