Annotation of researchv10no/cmd/spitbol/cint/sysep.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  *     sysep - eject standard output
                      3:  */
                      4: 
                      5: #include "osint.h"
                      6: 
                      7: sysep()
                      8: {
                      9:         static char ff = '\f';
                     10:        write( 1, &ff, 1 );
                     11:        return NORMAL_RETURN;
                     12: }
                     13: 

unix.superglobalmegacorp.com

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