Streamlined some includes
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
/* Standard or non-standard includes depending on the target */
|
/* Standard or non-standard includes depending on the target */
|
||||||
|
|
||||||
#ifdef __CC65__
|
|
||||||
#include <conio.h>
|
|
||||||
#else
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#ifdef __CC65__
|
||||||
|
#include <conio.h>
|
||||||
|
#else
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#define cgetc() (getchar())
|
#define cgetc() (getchar())
|
||||||
|
|||||||
Reference in New Issue
Block a user