summaryrefslogtreecommitdiff
path: root/LibC/wchar.h
blob: d28d0d4c7d429987e12753a910a17ee201e8c773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <stddef.h>
#include <sys/cdefs.h>

__BEGIN_DECLS

#ifndef WEOF
#    define WEOF (0xffffffffu)
#endif

__END_DECLS