|
|
1.1 root 1: char *tmpnam(s)
2: char *s;
3: {
4: static seed;
5:
6: sprintf(s, "temp.%d.%d", getpid(), seed++);
7: return(s);
8: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.