|
|
BSD 4.3tahoe
/*
* Test of static variables.
*/
static int ownx;
main()
{
ownx = 2;
f(3);
f(4);
return(0);
}
static int owny;
f(x)
int x;
{
static int ownx;
ownx = x;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.