mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
82f84bab11
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
12 lines
117 B
C
12 lines
117 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
extern char PC;
|
|
extern char* UP;
|
|
extern char* BC;
|
|
|
|
__END_DECLS
|
|
|