1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 03:44:58 +00:00
serenity/LibC/wchar.h
2019-02-24 15:20:07 +01:00

12 lines
133 B
C

#pragma once
#include <sys/cdefs.h>
#include <stddef.h>
__BEGIN_DECLS
#ifndef WEOF
#define WEOF (0xffffffffu)
#endif
__END_DECLS