|
|
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:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.