[BACK]Return to has_ulong.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / config

Annotation of OpenXM_contrib/pari/config/has_ulong.c, Revision 1.1.1.1

1.1       maekawa     1: #include <stdarg.h>
                      2: #include <setjmp.h>
                      3: #include <signal.h>
                      4: #include <stdio.h>
                      5: #include <string.h>
                      6: #include <math.h>
                      7: #include <ctype.h>
                      8: #include <sys/types.h>
                      9: #include <memory.h>
                     10:
                     11: main(){ulong x;}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>