ladybird/LibC/termcap.cpp
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

10 lines
69 B
C++

#include <termcap.h>
extern "C" {
char PC;
char* UP;
char* BC;
}