mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05: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
|