|
|
BSD 4.1
#
/*
* UNIX shell
*
* S. R. Bourne
* Bell Telephone Laboratories
*
*/
#include "defs.h"
setbrk(incr)
{
REG BYTPTR a=sbrk(incr);
brkend=a+incr;
return(a);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.