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@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf