/* * PARSEC HEADER: sys_date.h */ #ifndef _SYS_DATE_H_ #define _SYS_DATE_H_ // external variables extern const char build_text[]; extern const char build_date[]; extern const char build_time[]; extern const char build_comp[]; extern const char build_bind[]; extern const char build_endn[]; // external functions char * SYS_SystemTime(); #endif // _SYS_DATE_H_