PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwerror()

void lwerror ( const char *  fmt,
  ... 
)

Definition at line 190 of file lwutil.c.

191{
192 va_list ap;
193
194 va_start(ap, fmt);
195
196 /* Call the supplied function */
197 (*lwerror_var)(fmt, ap);
198
199 va_end(ap);
200}