下面的實例演示了mktime() 函數的用法。 #include <stdio.h> #include <time.h> int main () { int ret; struct tm info; char buffer[80]; info.tm_year = 2001 ...
確定! 回上一頁