#include <sys/cdefs.h>
#include <sys/_types.h>
#include <machine/_limits.h>
#ifndef NULL
#define NULL 0
#ifndef WEOF
#define WEOF ((wint_t)-1)
#endif
#ifndef WCHAR_MIN
#define WCHAR_MIN __WCHAR_MIN
#ifndef WCHAR_MAX
#define WCHAR_MAX __WCHAR_MAX
struct __sFILE;