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

« back to all changes in this revision

Viewing changes to AC_FD_CC

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

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