mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
12 lines
133 B
C
12 lines
133 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <stddef.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#ifndef WEOF
|
|
#define WEOF (0xffffffffu)
|
|
#endif
|
|
|
|
__END_DECLS
|