|
|
1.1 root 1: #include "stdio.h"
2: main()
3: {
4: register int i;
5: for (i = 0; i < 100; i++)
6: printf("hello ANSI world %d via printf\n", i);
7: fprintf(stdout, "hello ANSI world via stdout\n");
8: /* fflush(stdout); */
9: fprintf(stderr, "hello ANSI world via stderr\n");
10: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.