File:  [Synchronet] / sbbs / getvmode / setvmode.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:37:52 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v1_06a, HEAD
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]));
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.