1 2 3 4 5 6
#ifndef TIME_INFO_H_ #define TIME_INFO_H_ void sec2timestamp(int seconds, char **p_ts); #endif