Annotation of coherent/g/usr/bin/vsh/winlib/nomem.c, revision 1.1

1.1     ! root        1: /*
        !             2:  *      PANIC: out of memory
        !             3:  *
        !             4:  *      Copyright (c) 1990-93 by Udo Munk
        !             5:  */
        !             6: 
        !             7: #ifdef AIX
        !             8: #define NLS
        !             9: #endif
        !            10: 
        !            11: #include <curses.h>
        !            12: 
        !            13: nomem()
        !            14: {
        !            15:        endwin();
        !            16:        cursoron();
        !            17:        fprintf(stderr, "Programm crashed, out of memory\n");
        !            18:        exit(1);
        !            19: }

unix.superglobalmegacorp.com

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