Update syslinux to 4.05 to support mic-0.15
[external/syslinux.git] / com32 / libupload / ctime.h
1 #ifndef CTIME_H
2 #define CTIME_H
3
4 #include <inttypes.h>
5
6 uint32_t posix_time(void);
7
8 #endif /* CTIME_H */