mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
8 lines
82 B
C
8 lines
82 B
C
|
#ifndef FATTIME_H
|
||
|
|
||
|
#include "integer.h"
|
||
|
|
||
|
DWORD get_fattime (void);
|
||
|
|
||
|
#endif
|