[BACK]Return to pariCE.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / Odos

Annotation of OpenXM_contrib/pari-2.2/Odos/pariCE.h, Revision 1.1.1.1

1.1       noro        1: /* only needed for Windows CE */
                      2: #ifndef PARICE_H
                      3: #define PARICE_H
                      4: 
                      5: extern int isspace(int);
                      6: extern int isdigit(int);
                      7: extern int isalpha(int);
                      8: extern int isalnum(int);
                      9: extern long strtol(const char *, char **, int );
                     10: extern int rename(const char *, const *);
                     11: extern int unlink(char *);
                     12: extern void *calloc(size_t, size_t);
                     13: 
                     14: #endif

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