cosmopolitan/libc/nt/time.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
3.7 KiB
C
Raw Normal View History

#ifndef COSMOPOLITAN_LIBC_NT_TIME_H_
#define COSMOPOLITAN_LIBC_NT_TIME_H_
#include "libc/nt/struct/dynamictimezoneinformation.h"
#include "libc/nt/struct/timezoneinformation.h"
COSMOPOLITAN_C_START_
/* ░░░░
cosmopolitan § new technology » time
*/
uint32_t GetTimeZoneInformation(
struct NtTimeZoneInformation *out_lpTimeZoneInformation);
uint32_t GetDynamicTimeZoneInformation(
struct NtDynamicTimeZoneInformation *out_lpTimeZoneInformation);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_NT_TIME_H_ */