✏️ 正在编辑: struct_timeb.h
路径:
/usr/include/bits/types/struct_timeb.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#ifndef __timeb_defined #define __timeb_defined 1 #include <bits/types/time_t.h> /* Structure returned by the 'ftime' function. */ struct timeb { time_t time; /* Seconds since epoch, as from 'time'. */ unsigned short int millitm; /* Additional milliseconds. */ short int timezone; /* Minutes west of GMT. */ short int dstflag; /* Nonzero if Daylight Savings Time used. */ }; #endif
💾 保存文件
← 返回文件管理器