summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/sysdump/ctime.h
blob: e64612533151b50fc40e5e5ff51d816d09233684 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef CTIME_H
#define CTIME_H

#include <inttypes.h>

uint32_t posix_time(void);

#endif /* CTIME_H */