|
|
1.1 root 1: char *arrayname[] = {
2: "COHERENT", "Mark Williams C for the Atari ST",
3: "Let's C", "Fast Forward"
4: };
5:
6: main()
7: {
8: printf("\"arrayname\" has %d entries\n",
9: sizeof arrayname/sizeof (char*));
10: }
11:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.