
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.
12 lines
137 B
C
12 lines
137 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#ifndef WEOF
|
|
# define WEOF (0xffffffffu)
|
|
#endif
|
|
|
|
__END_DECLS
|