Fail gracefully when /proc is not mounted

(thanks to Philipp Hagemeister)
This commit is contained in:
Hisham Muhammad
2012-10-19 18:59:48 +00:00
parent 47e881f460
commit 1b21827f1f
4 changed files with 22 additions and 3 deletions

2
CRT.h
View File

@ -119,6 +119,8 @@ void CRT_init(int delay, int colorScheme);
void CRT_done();
void CRT_fatalError(const char* note);
int CRT_readKey();
void CRT_disableDelay();