You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/dos/pdcutil.c

12 lines
164 B
C

/* PDCurses */
#include "pdcdos.h"
#include "../common/dosutil.c"
const char *PDC_sysname(void)
{
return "DOS";
}
enum PDC_port PDC_port_val = PDC_PORT_DOS;