Make use of doesclrscrafterexit().

This commit is contained in:
Oliver Schmidt
2016-06-18 23:35:57 +02:00
parent 520641890d
commit 9bc096d9b0
8 changed files with 57 additions and 20 deletions

View File

@@ -8,12 +8,12 @@
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <device.h>
#include <dirent.h>
#include <cc65.h>
void printdir (char *newdir)
@@ -97,5 +97,7 @@ void main (void)
device = getnextdevice (device);
}
cgetc ();
if (doesclrscrafterexit ()) {
getchar ();
}
}