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

Annotation of OpenXM_contrib/pari-2.2/config/has_vsnprintf.c, Revision 1.1

1.1     ! noro        1: #include <stdio.h>
        !             2: #include <stdarg.h>
        !             3:
        !             4: main() {}
        !             5: f(int i,...) { char s[1]; va_list ap; va_start(ap,i); vsnprintf(s,1,"",ap); }
        !             6:
        !             7:

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