fattime.h 76 B

1234567
  1. #ifndef FATTIME_H_
  2. #include "integer.h"
  3. DWORD get_fattime (void);
  4. #endif