7 lines
80 B
C
7 lines
80 B
C
#include <io.h>
|
|
|
|
int main() {
|
|
io_remap(io_region_de10lite);
|
|
return 0;
|
|
}
|