|
|
BSD 4.3reno
main ()
{
register double a = 1.5;
foo (a);
}
foo (x)
{
printf ("%f\n", x);
}
do_add (x, y)
{
return x + y;
}
double
do_float_add (x, y, z)
register double x, y, z;
{
return x + y + z;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.