|
|
1.1 root 1: #include <stdio.h>
2:
3: main()
4: {
5: int i;
6: char *retval;
7:
8: i = 0;
9: while(-1 != sbrk(102400)) {
10: ++i;
11: putchar('.');
12: fflush(stdout);
13: }
14:
15: printf("%d00K available\n", i);
16:
17: } /* main () */
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.