|
|
researchv10 Norman
/*
* sysep - eject standard output
*/
#include "osint.h"
sysep()
{
static char ff = '\f';
write( 1, &ff, 1 );
return NORMAL_RETURN;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.