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

◆ yystpcpy()

static char * yystpcpy ( char *  yydest,
const char *  yysrc 
)
static

Definition at line 1179 of file lwin_wkt_parse.c.

1180{
1181 char *yyd = yydest;
1182 const char *yys = yysrc;
1183
1184 while ((*yyd++ = *yys++) != '\0')
1185 continue;
1186
1187 return yyd - 1;
1188}

Referenced by yytnamerr().

Here is the caller graph for this function: