トップ
/
soft
/
UnixBar
/
trunk
/
src
/
time.h
#ifndef TIME_H #define TIME_H char *get_current_date(); char *get_current_time(); #endif