timespec

  • struct timespec詳解

    一、timespec是什麼 struct timespec是C/C++語言中用來表示時間的結構體。它包含了兩個long類型的成員變數:tv_sec和tv_nsec。tv_sec表示…

    編程 2024-11-21