Annotation of sbbs/getvmode/setvmode.c, revision 1.1

1.1     ! root        1: #include <conio.h>
        !             2: #include <stdio.h>
        !             3: 
        !             4: void main(int argc, char **argv)
        !             5: {
        !             6:        struct text_info txt;
        !             7: 
        !             8: if(argc<2) {
        !             9:        printf("usage: setvmode mode (in dec)\r\n");
        !            10:        return; }
        !            11: textmode(atoi(argv[1]));
        !            12: }

unix.superglobalmegacorp.com

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