postgis/lwgeom/compat.h
Sandro Santilli e72eae5a31 Added a copy of GNU vsprintf.c file and compiled in.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1077 b70326c6-7e19-0410-871a-916f4a2858ee
2004-11-02 16:48:54 +00:00

8 lines
144 B
C

#ifndef _COMPAT_H
#define _COMPAT_H 1
#include <stdarg.h>
int vasprintf(char **strp, const char *format, va_list ap);
#endif // _COMPAT_H