mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
13 lines
133 B
C
13 lines
133 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <stddef.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#ifndef WEOF
|
|
#define WEOF (0xffffffffu)
|
|
#endif
|
|
|
|
__END_DECLS
|