PostGIS
3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
default_noticereporter()
static void default_noticereporter
(
const char *
fmt
,
va_list
ap
)
static
Definition at line
117
of file
lwutil.c
.
118
{
119
char
msg[
LW_MSG_MAXLEN
+1];
120
vsnprintf (msg,
LW_MSG_MAXLEN
, fmt, ap);
121
msg[
LW_MSG_MAXLEN
]=
'\0'
;
122
fprintf(stderr,
"%s\n"
, msg);
123
}
LW_MSG_MAXLEN
#define LW_MSG_MAXLEN
Definition
lwutil.c:58
References
LW_MSG_MAXLEN
.
liblwgeom
lwutil.c
Generated by
1.9.8