关于time结构中的ti_hund
struct time {unsigned char ti_min; /* Minutes */
unsigned char ti_hour; /* Hours */
unsigned char ti_hund; /* Hundredths of seconds */
unsigned char ti_sec; /* Seconds */
};
以上是DOS.h里面的
我想问一下
第三个ti_hund是不是毫秒
2006-06-06 11:08

2006-06-06 13:00
2006-06-06 16:47