mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
8 lines
83 B
C
8 lines
83 B
C
#ifndef FATTIME_H_
|
|
|
|
#include "integer.h"
|
|
|
|
DWORD get_fattime (void);
|
|
|
|
#endif
|