blob: b068d1a8fdb4e5b968125f97808993608cc896be [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);
long int get_current_time_microsec(void);
#endif