Any reason why the following should not work ? -

int
growsdown (void *x)
{
        int y;
        return x > (void *)&y;
}

int
main()
{
        int x;
        exit (growsdown(&x));
}

Roger While




_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to