|
|
1.06a MS-DOS
#include <conio.h>
#include <stdio.h>
void main(int argc, char **argv)
{
struct text_info txt;
if(argc<2) {
printf("usage: setvmode mode (in dec)\r\n");
return; }
textmode(atoi(argv[1]));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.