|
|
1.1 root 1: main ()
2: {
3: register double a = 1.5;
4: foo (a);
5: }
6:
7: foo (x)
8: {
9: printf ("%f\n", x);
10: }
11:
12: do_add (x, y)
13: {
14: return x + y;
15: }
16:
17: double
18: do_float_add (x, y, z)
19: register double x, y, z;
20: {
21: return x + y + z;
22: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.