ladybird/LibC/termcap.h
Andreas Kling 82f84bab11 More random compat hacking towards getting bash to build.
I'm now at the build stage where it complains about a bajillion missing
symbols. This is a good place to be!
2018-11-05 18:21:42 +01:00

12 lines
117 B
C

#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
extern char PC;
extern char* UP;
extern char* BC;
__END_DECLS