~ubuntu-branches/ubuntu/vivid/gcl/vivid

1
2
3
4
5
6
7
8
9
10
#line 40 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  char *b = (void *) malloc(1000);
  FILE *fp = fopen("conftest1","w");
  fprintf(fp,"0x%x",((unsigned int) b) & ~0xffffff);
  fclose(fp);
}