Annotation of coherent/d/lib/libc/stdio/exit.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Standard I/O Library
                      3:  * Close all files and call sys exit
                      4:  */
                      5: 
                      6: #include <stdio.h>
                      7: 
                      8: int
                      9: exit(s)
                     10: {
                     11:        _finish();
                     12:        _exit(s);
                     13: }

unix.superglobalmegacorp.com

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