seconds_since_epoch=time(0);// Pass time a null pointer as argument. printf("time() - seconds since epoch: %ld\n",seconds_since_epoch); time_ptr=¤t_time;// set time_ptr to the address of the current_time struct. localtime_r(&seconds_since_epoch,time_ptr); ...
windows.h里面没有这个函数,这个函数可能是这本书的作者自己定义的吧。你看看这本书的附注有没有定义这个函数,或者看看有没有关于这个函数的说明