blob: 646e599351a043790024bb35a9730f78fadb222f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_time_h
#define __wasilibc_time_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc time implementations.
*/
#include <__header_time.h>
#endif
|