Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NLSR
/
918ff9a64369a5299678503b01fdc3712fbdc8de
/
.
/
utility.h
blob: 55863b32518262903be2c7b07c69a5afba5f53e3 [
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
);
#endif