获取当前时间戳

int rtc_getstamp();

示例

int st;
st=rtc_getstamp();
echo(st);

注意