mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00: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
|