mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be!
13 lines
117 B
C
13 lines
117 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
extern char PC;
|
|
extern char* UP;
|
|
extern char* BC;
|
|
|
|
__END_DECLS
|
|
|